diff options
author | Ajay Kumar Gupta <ajay.gupta@ti.com> | 2010-02-22 05:21:13 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-25 17:45:09 -0500 |
commit | 13fc638289b2cf62f5b05e3b90f476619b17ab6b (patch) | |
tree | 949ec31513ee9e676a36a2d4118b86867285186f /arch | |
parent | fec3eebdce2c8fe10004d161aa51ce22c668115b (diff) |
AM35x: Enable OMAP_MUX in defconfig
Enabling OMAP_MUX in defconfig as it is required for EHCI to work.
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/am3517_evm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/am3517_evm_defconfig b/arch/arm/configs/am3517_evm_defconfig index abe9966781ce..edae1c293354 100644 --- a/arch/arm/configs/am3517_evm_defconfig +++ b/arch/arm/configs/am3517_evm_defconfig | |||
@@ -201,7 +201,7 @@ CONFIG_ARCH_OMAP3=y | |||
201 | # CONFIG_OMAP_DEBUG_POWERDOMAIN is not set | 201 | # CONFIG_OMAP_DEBUG_POWERDOMAIN is not set |
202 | # CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set | 202 | # CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set |
203 | CONFIG_OMAP_RESET_CLOCKS=y | 203 | CONFIG_OMAP_RESET_CLOCKS=y |
204 | # CONFIG_OMAP_MUX is not set | 204 | CONFIG_OMAP_MUX=y |
205 | # CONFIG_OMAP_MCBSP is not set | 205 | # CONFIG_OMAP_MCBSP is not set |
206 | # CONFIG_OMAP_MBOX_FWK is not set | 206 | # CONFIG_OMAP_MBOX_FWK is not set |
207 | # CONFIG_OMAP_MPU_TIMER is not set | 207 | # CONFIG_OMAP_MPU_TIMER is not set |