9
0
Fork 0

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>
This commit is contained in:
Sascha Hauer 2012-07-05 21:22:07 +02:00
parent ed71cd5c82
commit 15caba7771
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,6 @@ config I2C_TWLCORE
config I2C_TWL4030
depends on I2C
depends on USB_TWL4030
select I2C_TWLCORE
bool "TWL4030 driver"

View File

@ -4,4 +4,5 @@ config USB_ULPI
Support for transceivers that conforms ULPI specification.
config USB_TWL4030
depends on I2C_TWL4030
bool "TWL4030 Transceiver support"