提交 b196fc69 编写于 作者: J Jan Engelhardt 提交者: Jeff Garzik

Use menuconfig objects: libata

Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.
Signed-off-by: NJan Engelhardt <jengelh@gmx.de>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NJeff Garzik <jeff@garzik.org>
上级 2bcfdde6
...@@ -2,11 +2,9 @@ ...@@ -2,11 +2,9 @@
# SATA/PATA driver configuration # 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 depends on HAS_IOMEM
config ATA
tristate "ATA device support"
depends on BLOCK depends on BLOCK
depends on !(M32R || M68K) || BROKEN depends on !(M32R || M68K) || BROKEN
depends on !SUN4 || BROKEN depends on !SUN4 || BROKEN
...@@ -585,6 +583,4 @@ config PATA_SCC ...@@ -585,6 +583,4 @@ config PATA_SCC
If unsure, say N. If unsure, say N.
endif endif # ATA
endmenu
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册