Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0ff9cd1 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Bartlomiej Zolnierkiewicz
Browse files

Use menuconfig objects: IDE



Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.

Signed-off-by: default avatarJan Engelhardt <jengelh@gmx.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 640b31bf
Loading
Loading
Loading
Loading
+4 −11
Original line number Diff line number Diff line
@@ -4,13 +4,10 @@
# Andre Hedrick <andre@linux-ide.org>
#

if BLOCK

menu "ATA/ATAPI/MFM/RLL support"
	depends on HAS_IOMEM

config IDE
menuconfig IDE
	tristate "ATA/ATAPI/MFM/RLL support"
	depends on BLOCK
	depends on HAS_IOMEM
	---help---
	  If you say Y here, your kernel will be able to manage low cost mass
	  storage units such as ATA/(E)IDE and ATAPI units. The most common
@@ -1099,8 +1096,4 @@ config BLK_DEV_HD_ONLY
config BLK_DEV_HD
	def_bool BLK_DEV_HD_IDE || BLK_DEV_HD_ONLY

endif

endmenu

endif
endif # IDE