diff options
author | Vandana Salve <vsalve@nvidia.com> | 2011-07-20 17:15:24 +0530 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-07-25 18:51:55 -0700 |
commit | d145e20f2856d41fc8c915f97b64e3cd085eb122 (patch) | |
tree | e0ba758f0cfe530bf28b4bdea0a0dee5936df5e9 /arch | |
parent | bcde529937a611b956a20b86c6b91608399eba85 (diff) |
ARM: defconfig: enable USB_NET_AX8817X by default
This option adds support for ASIX AX88xxx Based USB 2.0
Ethernet Adapters and it works with TrendNet TU2-ET100 devices.
Bug 834417
Similar change was done by http://git-master/r/35699
Change-Id: I34ee50e7e872924345ef50e1575eb7cc5f95b5de
Reviewed-on: http://git-master/r/42320
Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
Tested-by: Varun Colbert <vcolbert@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/tegra_secure_os_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/tegra_secure_os_defconfig b/arch/arm/configs/tegra_secure_os_defconfig index 0faa1bae6e2a..86e61a65df54 100644 --- a/arch/arm/configs/tegra_secure_os_defconfig +++ b/arch/arm/configs/tegra_secure_os_defconfig @@ -197,7 +197,7 @@ CONFIG_BCM4329_FW_PATH="/system/vendor/firmware/fw_bcm4329.bin" CONFIG_BCM4329_NVRAM_PATH="/system/etc/nvram.txt" CONFIG_BCM4329_WIFI_CONTROL_FUNC=y CONFIG_USB_USBNET=y -# CONFIG_USB_NET_AX8817X is not set + # CONFIG_USB_NET_NET1080 is not set # CONFIG_USB_BELKIN is not set # CONFIG_USB_ARMLINUX is not set |