summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorMichael Hsu <mhsu@nvidia.com>2011-08-03 11:22:42 -0700
committerVarun Colbert <vcolbert@nvidia.com>2011-08-05 11:14:48 -0700
commite993196c8b2e8aa4a37826bd7f12e92446843498 (patch)
tree9b249af14310e9b229b6870025606d10106a754c /arch/arm/configs
parente542ae8206a146a17fba2ae67edb85b8325da0ae (diff)
arm: tegra: cardhu: Kernel config for XMM modem flashless boot
XMM modem requires separate character drivers for boot phase (used for downloading modem software) and post-boot phase (after modem software has been downloaded). Also enable EHCI ONOFF feature to allow usb host to re-enumerate modem after modem software has been downloaded. BUG 828389 Change-Id: I0c7fc4b39faaeb9d886c7b6d209a615462862007 Reviewed-on: http://git-master/r/44809 Reviewed-by: Michael Hsu <mhsu@nvidia.com> Tested-by: Michael Hsu <mhsu@nvidia.com> Reviewed-by: Szming Lin <stlin@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/tegra_cardhu_android_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_cardhu_android_defconfig b/arch/arm/configs/tegra_cardhu_android_defconfig
index b3e5a6b09ce1..6f71e5fa7952 100644
--- a/arch/arm/configs/tegra_cardhu_android_defconfig
+++ b/arch/arm/configs/tegra_cardhu_android_defconfig
@@ -288,10 +288,12 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_SUSPEND=y
CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_ONOFF_FEATURE=y
CONFIG_USB_ACM=m
CONFIG_USB_WDM=y
CONFIG_USB_STORAGE=y
CONFIG_USB_SERIAL=y
+CONFIG_USB_SERIAL_BASEBAND=m
CONFIG_USB_GADGET=y
CONFIG_USB_ANDROID=y
CONFIG_USB_ANDROID_ADB=y