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

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
...@@ -2,8 +2,14 @@ ...@@ -2,8 +2,14 @@
# Multifunction miscellaneous devices # Multifunction miscellaneous devices
# #
menu "Multifunction device drivers" menuconfig MFD_SUPPORT
bool "Multifunction device drivers"
depends on HAS_IOMEM depends on HAS_IOMEM
default y
help
Configure MFD device drivers.
if MFD_SUPPORT
config MFD_CORE config MFD_CORE
tristate tristate
...@@ -475,7 +481,7 @@ config MFD_JANZ_CMODIO ...@@ -475,7 +481,7 @@ config MFD_JANZ_CMODIO
host many different types of MODULbus daughterboards, including host many different types of MODULbus daughterboards, including
CAN and GPIO controllers. CAN and GPIO controllers.
endmenu endif # MFD_SUPPORT
menu "Multimedia Capabilities Port drivers" menu "Multimedia Capabilities Port drivers"
depends on ARCH_SA1100 depends on ARCH_SA1100
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment