Skip to content

Commit

Permalink
mfd: Use menuconfig for quicker config editing
Browse files Browse the repository at this point in the history
Change MFD 'menu' to 'menuconfig' to facilitate easy (one-click)
disabling of all MFD drivers.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Randy Dunlap authored and Samuel Ortiz committed May 27, 2010
1 parent d162251 commit 3827064
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3827064

Please sign in to comment.