* [patch 13/20] Use menuconfig objects: libata
@ 2007-05-11 5:48 akpm
2007-05-11 22:16 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2007-05-11 5:48 UTC (permalink / raw)
To: jeff; +Cc: linux-ide, akpm, jengelh, jengelh
From: Jan Engelhardt <jengelh@linux01.gwdg.de>
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 <jengelh@gmx.de>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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,11 +2,9 @@
# SATA/PATA driver configuration
#
-menu "Serial ATA (prod) and Parallel ATA (experimental) drivers"
+menuconfig ATA
+ tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers"
depends on HAS_IOMEM
-
-config ATA
- tristate "ATA device support"
depends on BLOCK
depends on !(M32R || M68K) || BROKEN
depends on !SUN4 || BROKEN
@@ -594,6 +592,4 @@ config PATA_SCC
If unsure, say N.
-endif
-endmenu
-
+endif # ATA
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 13/20] Use menuconfig objects: libata
2007-05-11 5:48 [patch 13/20] Use menuconfig objects: libata akpm
@ 2007-05-11 22:16 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-05-11 22:16 UTC (permalink / raw)
To: akpm; +Cc: linux-ide, jengelh, jengelh
akpm@linux-foundation.org wrote:
> From: Jan Engelhardt <jengelh@linux01.gwdg.de>
>
> 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 <jengelh@gmx.de>
> Cc: Jeff Garzik <jeff@garzik.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> drivers/ata/Kconfig | 10 +++-------
> 1 file changed, 3 insertions(+), 7 deletions(-)
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-11 22:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-11 5:48 [patch 13/20] Use menuconfig objects: libata akpm
2007-05-11 22:16 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).