aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-09-02 10:43:36 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2011-10-24 08:09:13 -0400
commit8a0a8e8e42a4e30a1fc4c40205fa790e264d00f3 (patch)
treebeec367a4124f66e803a2c24f9f3345aa7297721 /drivers/gpio
parentb46880e57b4c513adeb2608c3700b352860b5662 (diff)
mfd: remove CONFIG_MFD_SUPPORT
We currently have two symbols to control compilation the MFD subsystem, MFD_SUPPORT and MFD_CORE. The MFD_SUPPORT is actually not required at all, it only hides the submenu when not set, with the effect that Kconfig warns about missing dependencies when another driver selects an MFD driver while MFD_SUPPORT is disabled. Turning the MFD submenu back from menuconfig into a plain menu simplifies the Kconfig syntax for those kinds of users and avoids the surprise when the menu suddenly appears because another driver was enabled that selects this symbol. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index d539efd96d4b..fbc5fd449a04 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -180,7 +180,7 @@ config GPIO_SCH
180 180
181config GPIO_VX855 181config GPIO_VX855
182 tristate "VIA VX855/VX875 GPIO" 182 tristate "VIA VX855/VX875 GPIO"
183 depends on MFD_SUPPORT && PCI 183 depends on PCI
184 select MFD_CORE 184 select MFD_CORE
185 select MFD_VX855 185 select MFD_VX855
186 help 186 help
@@ -417,7 +417,6 @@ config GPIO_TIMBERDALE
417config GPIO_RDC321X 417config GPIO_RDC321X
418 tristate "RDC R-321x GPIO support" 418 tristate "RDC R-321x GPIO support"
419 depends on PCI 419 depends on PCI
420 select MFD_SUPPORT
421 select MFD_CORE 420 select MFD_CORE
422 select MFD_RDC321X 421 select MFD_RDC321X
423 help 422 help