diff options
author | WK Tsai <wtsai@nvidia.com> | 2011-04-29 17:23:06 +0800 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-05-05 14:18:34 -0700 |
commit | cec8599e9108105058572824c8eed3714369dac1 (patch) | |
tree | a7104a02477bcc01a1c50532aab33490a1af9926 | |
parent | 33e445c866225f93079cd37f2445829a9331e56b (diff) |
ARM: defconfig: enable CDC ether driver for Cardhu
Enable CDC ether device driver to support modem data cards for Cardhu
board.
Bug 812716
Change-Id: Ie1b3413e9157cad347c1ebde393fb770133c9f45
Reviewed-on: http://git-master/r/29812
Reviewed-by: ChihMin Cheng <ccheng@nvidia.com>
Reviewed-by: Udaykumar Rameshchan Raval <uraval@nvidia.com>
Tested-by: Wang-Kai (WK) Tsai <wtsai@nvidia.com>
Reviewed-by: Scott Williams <scwilliams@nvidia.com>
-rw-r--r-- | arch/arm/configs/tegra_cardhu_android_defconfig | 2 |
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 aae1954f5107..586063273c71 100644 --- a/arch/arm/configs/tegra_cardhu_android_defconfig +++ b/arch/arm/configs/tegra_cardhu_android_defconfig @@ -279,6 +279,8 @@ CONFIG_USB_ACM=y CONFIG_USB_WDM=y CONFIG_USB_STORAGE=y CONFIG_USB_SERIAL=y +CONFIG_USB_USBNET=y +CONFIG_USB_NET_CDCETHER=y CONFIG_USB_GADGET=y CONFIG_USB_ANDROID=y CONFIG_USB_ANDROID_ADB=y |