summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-09-02 16:43:36 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-10-24 14:09:13 +0200
commit8a0a8e8e42a4e30a1fc4c40205fa790e264d00f3 (patch)
treebeec367a4124f66e803a2c24f9f3345aa7297721 /drivers/i2c/busses/Kconfig
parentb46880e57b4c513adeb2608c3700b352860b5662 (diff)
downloadop-kernel-dev-8a0a8e8e42a4e30a1fc4c40205fa790e264d00f3.zip
op-kernel-dev-8a0a8e8e42a4e30a1fc4c40205fa790e264d00f3.tar.gz
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/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 646068e..d625a48 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -110,7 +110,6 @@ config I2C_I801
config I2C_ISCH
tristate "Intel SCH SMBus 1.0"
depends on PCI
- select MFD_CORE
select LPC_SCH
help
Say Y here if you want to use SMBus controller on the Intel SCH
OpenPOWER on IntegriCloud