Commit e4cf3374 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren

i2c: allow twl modules to be built as modules

Besides twl core and twl gpio, all the others can
be dynamically linked.
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4dffa710
...@@ -150,7 +150,7 @@ config TWL4030_MADC ...@@ -150,7 +150,7 @@ config TWL4030_MADC
called twl4030-madc.ko called twl4030-madc.ko
config TWL4030_USB config TWL4030_USB
bool "TWL4030 USB Transceiver Driver" tristate "TWL4030 USB Transceiver Driver"
depends on TWL4030_CORE depends on TWL4030_CORE
choice choice
...@@ -170,11 +170,11 @@ config TWL4030_USB_HS_ULPI ...@@ -170,11 +170,11 @@ config TWL4030_USB_HS_ULPI
endchoice endchoice
config TWL4030_PWRBUTTON config TWL4030_PWRBUTTON
bool "TWL4030 Power button Driver" tristate "TWL4030 Power button Driver"
depends on TWL4030_CORE depends on TWL4030_CORE
config TWL4030_POWEROFF config TWL4030_POWEROFF
bool "TWL4030 device poweroff" tristate "TWL4030 device poweroff"
depends on TWL4030_CORE depends on TWL4030_CORE
config SENSORS_MAX6875 config SENSORS_MAX6875
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment