diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2015-02-26 23:07:29 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-03-06 09:48:12 -0800 |
commit | 2725917fd5e65b4371c090796c186e230d2a7c47 (patch) | |
tree | f07f3e8d8b2f2e724d76bc657aa278c139102f37 /arch | |
parent | d80d581bf307397dfa11454c1e26d5798f9edd0c (diff) |
ARM: OMAP: enable TWL4030_USB in omap2plus_defconfig
Enable TWL4030_USB which is used at least on Nokia N900/N950/N9 (OMAP3)
and BeagleBoard.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
[tony@atomide.com: updated comments]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-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 a097cffa1231..8e108599e1af 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -377,6 +377,7 @@ CONFIG_PWM_TWL=m CONFIG_PWM_TWL_LED=m CONFIG_OMAP_USB2=m CONFIG_TI_PIPE3=y +CONFIG_TWL4030_USB=m CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y # CONFIG_EXT3_FS_XATTR is not set |