[PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE
Randy Dunlap
rdunlap at infradead.org
Wed Jul 28 12:53:29 PDT 2021
On 7/28/21 11:21 AM, Lukas Bulwahn wrote:
> The arch-specific Kconfig files use HAVE_IDE to indicate if IDE is
> supported.
>
> As IDE support and the HAVE_IDE config vanishes with commit b7fb14d3ac63
> ("ide: remove the legacy ide driver"), there is no need to mention
> HAVE_IDE in all those arch-specific Kconfig files.
>
> The issue was identified with ./scripts/checkkconfigsymbols.py.
>
> Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver")
> Suggested-by: Randy Dunlap <rdunlap at infradead.org>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn at gmail.com>
Acked-by: Randy Dunlap <rdunlap at infradead.org>
Thanks.
> ---
> arch/alpha/Kconfig | 1 -
> arch/arm/Kconfig | 6 ------
> arch/arm/mach-davinci/Kconfig | 1 -
> arch/h8300/Kconfig.cpu | 1 -
> arch/ia64/Kconfig | 1 -
> arch/m68k/Kconfig | 1 -
> arch/mips/Kconfig | 1 -
> arch/parisc/Kconfig | 1 -
> arch/powerpc/Kconfig | 1 -
> arch/sh/Kconfig | 1 -
> arch/sparc/Kconfig | 1 -
> arch/x86/Kconfig | 1 -
> arch/xtensa/Kconfig | 1 -
> 13 files changed, 18 deletions(-)
>
--
~Randy
More information about the linux-arm-kernel
mailing list