diff options
author | Preetham Chandru <pchandru@nvidia.com> | 2011-09-12 16:46:16 +0530 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2011-09-14 05:54:46 -0700 |
commit | c71b1064753f4589641f47bf6a84e6d785b242f1 (patch) | |
tree | fbe9e6bfe7d158044d068ea858377449d45dcc85 | |
parent | eb15933657073489905351341b8c3922384d9a3e (diff) |
tegra: defconfig: harmony: Enable USB HOTPLUG
Enabled USB HOTPLUG support
Bug: 869759
Change-Id: I8f0f983fb29e2fbdc25cfcf218edac7036488b4b
Signed-off-by: Preetham Chandru <pchandru@nvidia.com>
Reviewed-on: http://git-master/r/51790
Reviewed-by: Mursalin Akon <makon@nvidia.com>
Reviewed-by: Allen Martin <amartin@nvidia.com>
-rw-r--r-- | arch/arm/configs/tegra_harmony_gnu_linux_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_harmony_gnu_linux_defconfig b/arch/arm/configs/tegra_harmony_gnu_linux_defconfig index 03f2a34c7f26..e8e7f6fb2670 100644 --- a/arch/arm/configs/tegra_harmony_gnu_linux_defconfig +++ b/arch/arm/configs/tegra_harmony_gnu_linux_defconfig @@ -46,6 +46,7 @@ CONFIG_MACH_VENTANA=y CONFIG_TEGRA_PWM=y CONFIG_TEGRA_EMC_SCALING_ENABLE=y CONFIG_TEGRA_MC_PROFILE=y +CONFIG_USB_HOTPLUG=y CONFIG_ARM_THUMBEE=y CONFIG_ARM_ERRATA_751472=y CONFIG_ARM_ERRATA_752520=y |