diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index a20fa230d354..b84b7078e909 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -2,8 +2,14 @@ | |||
2 | # Multifunction miscellaneous devices | 2 | # Multifunction miscellaneous devices |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Multifunction device drivers" | 5 | menuconfig MFD_SUPPORT |
6 | bool "Multifunction device drivers" | ||
6 | depends on HAS_IOMEM | 7 | depends on HAS_IOMEM |
8 | default y | ||
9 | help | ||
10 | Configure MFD device drivers. | ||
11 | |||
12 | if MFD_SUPPORT | ||
7 | 13 | ||
8 | config MFD_CORE | 14 | config MFD_CORE |
9 | tristate | 15 | tristate |
@@ -475,7 +481,7 @@ config MFD_JANZ_CMODIO | |||
475 | host many different types of MODULbus daughterboards, including | 481 | host many different types of MODULbus daughterboards, including |
476 | CAN and GPIO controllers. | 482 | CAN and GPIO controllers. |
477 | 483 | ||
478 | endmenu | 484 | endif # MFD_SUPPORT |
479 | 485 | ||
480 | menu "Multimedia Capabilities Port drivers" | 486 | menu "Multimedia Capabilities Port drivers" |
481 | depends on ARCH_SA1100 | 487 | depends on ARCH_SA1100 |