diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-08-06 00:43:19 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-06 01:36:38 -0400 |
commit | 59dfc97c819a6d25e1000c2daf9d84f32c35e1a5 (patch) | |
tree | 39907f9956707fa26994f3779c4498529a91bd30 | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff) |
ARM: mxs_defconfig: Enable USB host
Enable USB host.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/configs/mxs_defconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index ccdb6357fb74..e3487e491f9a 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig | |||
@@ -95,7 +95,6 @@ CONFIG_GPIO_SYSFS=y | |||
95 | # CONFIG_MFD_SUPPORT is not set | 95 | # CONFIG_MFD_SUPPORT is not set |
96 | CONFIG_DISPLAY_SUPPORT=m | 96 | CONFIG_DISPLAY_SUPPORT=m |
97 | # CONFIG_HID_SUPPORT is not set | 97 | # CONFIG_HID_SUPPORT is not set |
98 | # CONFIG_USB_SUPPORT is not set | ||
99 | CONFIG_SOUND=y | 98 | CONFIG_SOUND=y |
100 | CONFIG_SND=y | 99 | CONFIG_SND=y |
101 | CONFIG_SND_TIMER=y | 100 | CONFIG_SND_TIMER=y |
@@ -110,6 +109,13 @@ CONFIG_SND_SOC_I2C_AND_SPI=y | |||
110 | CONFIG_SND_SOC_SGTL5000=y | 109 | CONFIG_SND_SOC_SGTL5000=y |
111 | CONFIG_REGULATOR=y | 110 | CONFIG_REGULATOR=y |
112 | CONFIG_REGULATOR_FIXED_VOLTAGE=y | 111 | CONFIG_REGULATOR_FIXED_VOLTAGE=y |
112 | CONFIG_USB=y | ||
113 | CONFIG_USB_CHIPIDEA=y | ||
114 | CONFIG_USB_CHIPIDEA_HOST=y | ||
115 | CONFIG_USB_STORAGE=y | ||
116 | CONFIG_USB_MXS_PHY=y | ||
117 | CONFIG_SCSI=y | ||
118 | CONFIG_BLK_DEV_SD=y | ||
113 | CONFIG_MMC=y | 119 | CONFIG_MMC=y |
114 | CONFIG_MMC_MXS=y | 120 | CONFIG_MMC_MXS=y |
115 | CONFIG_RTC_CLASS=y | 121 | CONFIG_RTC_CLASS=y |