OSDN Git Service

arch: Kconfig: clean up obsolete use of HAVE_IDE
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 28 Jul 2021 18:21:15 +0000 (20:21 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 30 Jul 2021 14:19:09 +0000 (08:19 -0600)
commit094121ef815f29d9e6a01fafca365831454ce293
tree854ab244b0e120974ece500497a0248601305834
parentecef6a9effe49e8e2635c839020b9833b71e934c
arch: Kconfig: clean up obsolete use of HAVE_IDE

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@infradead.org>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210728182115.4401-1-lukas.bulwahn@gmail.com
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
13 files changed:
arch/alpha/Kconfig
arch/arm/Kconfig
arch/arm/mach-davinci/Kconfig
arch/h8300/Kconfig.cpu
arch/ia64/Kconfig
arch/m68k/Kconfig
arch/mips/Kconfig
arch/parisc/Kconfig
arch/powerpc/Kconfig
arch/sh/Kconfig
arch/sparc/Kconfig
arch/x86/Kconfig
arch/xtensa/Kconfig