summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-07-05 21:22:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-25 09:27:27 +0200
commit15caba7771c6cbfdb7af8dbfe8d717a4d8e40eda (patch)
tree94b3142c8d45c3f88db1280484d03be663f63316 /drivers/mfd
parented71cd5c82fa254bb4674f67dc4fce5536929c67 (diff)
downloadbarebox-15caba7771c6cbfdb7af8dbfe8d717a4d8e40eda.tar.gz
barebox-15caba7771c6cbfdb7af8dbfe8d717a4d8e40eda.tar.xz
mfd TWL4030: Fix Kconfig dependencies
The twl core does not depend on the twl usb support. It's the other way round. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 57f40031bd..af67935092 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -25,7 +25,6 @@ config I2C_TWLCORE
config I2C_TWL4030
depends on I2C
- depends on USB_TWL4030
select I2C_TWLCORE
bool "TWL4030 driver"