mirror of https://gitee.com/openkylin/linux.git
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: Jan Engelhardt <jengelh@gmx.de> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
2bcfdde676
commit
b196fc69f7
|
@ -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
|
||||
|
@ -585,6 +583,4 @@ config PATA_SCC
|
|||
|
||||
If unsure, say N.
|
||||
|
||||
endif
|
||||
endmenu
|
||||
|
||||
endif # ATA
|
||||
|
|
Loading…
Reference in New Issue