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

Commit 38270644 authored by Randy Dunlap's avatar Randy Dunlap Committed by Samuel Ortiz
Browse files

mfd: Use menuconfig for quicker config editing



Change MFD 'menu' to 'menuconfig' to facilitate easy (one-click)
disabling of all MFD drivers.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent d162251d
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -2,8 +2,14 @@
# Multifunction miscellaneous devices
#

menu "Multifunction device drivers"
menuconfig MFD_SUPPORT
	bool "Multifunction device drivers"
	depends on HAS_IOMEM
	default y
	help
	  Configure MFD device drivers.

if MFD_SUPPORT

config MFD_CORE
	tristate
@@ -475,7 +481,7 @@ config MFD_JANZ_CMODIO
	  host many different types of MODULbus daughterboards, including
	  CAN and GPIO controllers.

endmenu
endif # MFD_SUPPORT

menu "Multimedia Capabilities Port drivers"
	depends on ARCH_SA1100