diff options
author | Tony Lindgren <tony@atomide.com> | 2016-04-26 17:31:23 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-26 17:31:23 (GMT) |
commit | f309f549243fc2813099622df5b17e1b9f1f8aea (patch) | |
tree | 8a49f09202103564e3ca6355d77d1a1aed8552e1 /arch/arm/configs | |
parent | 5da86baf694c5aca752b30b076d4789e05947add (diff) | |
download | linux-f309f549243fc2813099622df5b17e1b9f1f8aea.tar.xz |
ARM: omap2plus_defconfig: Enable twl6030 USB phy as loadable module
This is in use on omap4 boards.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index c48cbd7..5bd5d36 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -364,6 +364,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_TEST=m CONFIG_AM335X_PHY_USB=y +CONFIG_TWL6030_USB=m CONFIG_USB_GADGET=m CONFIG_USB_GADGET_DEBUG=y CONFIG_USB_GADGET_DEBUG_FILES=y |