From: Jan Engelhardt Use menuconfigs instead of menus, so the whole menu can be disabled at once instead of going through all options. Signed-off-by: Jan Engelhardt Cc: Jeff Garzik Signed-off-by: Andrew Morton --- drivers/ata/Kconfig | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff -puN drivers/ata/Kconfig~use-menuconfig-objects-libata drivers/ata/Kconfig --- a/drivers/ata/Kconfig~use-menuconfig-objects-libata +++ a/drivers/ata/Kconfig @@ -2,10 +2,8 @@ # SATA/PATA driver configuration # -menu "Serial ATA (prod) and Parallel ATA (experimental) drivers" - -config ATA - tristate "ATA device support" +menuconfig ATA + tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers" depends on BLOCK depends on !(M32R || M68K) || BROKEN depends on !SUN4 || BROKEN @@ -593,6 +591,4 @@ config PATA_SCC If unsure, say N. -endif -endmenu - +endif # ATA _