diff options
author | Michael Hsu <mhsu@nvidia.com> | 2011-08-02 18:49:51 -0700 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-08-03 15:03:07 -0700 |
commit | 18df471d781c479ea6094436e9c76e665b2f436f (patch) | |
tree | 8785240b1516f9671a8b9834bd0f82af7202d678 | |
parent | 14a577c31ba98c8081cfe62e3d5d3a1d8963ca8a (diff) |
arm: tegra: enterprise: Kernel config for XMM6260 flashless boot
Intel XMM6260 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.
Change-Id: I0358330ca5e91d2c88863ef230888ee84b38cdeb
Reviewed-on: http://git-master/r/43297
Reviewed-by: Michael Hsu <mhsu@nvidia.com>
Tested-by: Michael Hsu <mhsu@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
-rw-r--r-- | arch/arm/configs/tegra_enterprise_android_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/configs/tegra_enterprise_android_defconfig b/arch/arm/configs/tegra_enterprise_android_defconfig index c02a284acf9f..269e6476190c 100644 --- a/arch/arm/configs/tegra_enterprise_android_defconfig +++ b/arch/arm/configs/tegra_enterprise_android_defconfig @@ -282,10 +282,12 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_DEVICEFS=y CONFIG_USB_SUSPEND=y CONFIG_USB_EHCI_HCD=y -CONFIG_USB_ACM=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 |