diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-22 14:53:58 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-07-31 23:28:24 +0200 |
commit | 5608801baf0ffd06a428de3496fa10b3b7d789e9 (patch) | |
tree | 6c9b71f833ae4d73bcc0f8448ca648f11b026e46 /drivers/mfd | |
parent | 08256712a2705f3ced3e54c3728932c9c39b58ad (diff) | |
download | linux-3.10-5608801baf0ffd06a428de3496fa10b3b7d789e9.tar.gz linux-3.10-5608801baf0ffd06a428de3496fa10b3b7d789e9.tar.bz2 linux-3.10-5608801baf0ffd06a428de3496fa10b3b7d789e9.zip |
mfd: Don't ask about the TPS65912 core driver in Kconfig
The user has to select the I2C and SPI drivers individually and they select
the core driver for the device so there's no point in presenting the user
with an option for the core driver.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index f94036a4f33..3695a078bae 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -172,7 +172,7 @@ config MFD_TPS6586X will be called tps6586x. config MFD_TPS65912 - bool "TPS65912 PMIC" + bool depends on GPIOLIB config MFD_TPS65912_I2C |