diff options
author | Russell Robinson Jr <rrobinson@phytec.com> | 2013-09-13 11:23:14 -0700 |
---|---|---|
committer | Anthony Felice <tony.felice@timesys.com> | 2013-09-17 14:22:19 -0400 |
commit | 3abca4252d936bd13c5e18aa1d7a5c6ad5c8a256 (patch) | |
tree | 7486a59a7f3823ae6535ff2c65708ed6eab7b540 | |
parent | 1db1b0a3fcd7b4fc5912af128f400f1d84f5c4da (diff) |
pcl052: fix pcl052_defconfig for the correct usb gadget3.0-pcl052-ts1
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
-rw-r--r-- | arch/arm/configs/pcl052_defconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/configs/pcl052_defconfig b/arch/arm/configs/pcl052_defconfig index ec76e89a349c..d68f05ee329c 100644 --- a/arch/arm/configs/pcl052_defconfig +++ b/arch/arm/configs/pcl052_defconfig @@ -1407,13 +1407,15 @@ CONFIG_USB_ARC=y CONFIG_USB_GADGET_DUALSPEED=y # CONFIG_USB_ZERO is not set # CONFIG_USB_AUDIO is not set -# CONFIG_USB_ETH is not set +CONFIG_USB_ETH=y +CONFIG_USB_ETH_RNDIS=y +# CONFIG_USB_ETH_EEM is not set # CONFIG_USB_G_NCM is not set # CONFIG_USB_GADGETFS is not set # CONFIG_USB_FUNCTIONFS is not set # CONFIG_USB_FILE_STORAGE is not set # CONFIG_USB_MASS_STORAGE is not set -CONFIG_USB_G_SERIAL=y +# CONFIG_USB_G_SERIAL is not set # CONFIG_USB_MIDI_GADGET is not set # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_CDC_COMPOSITE is not set |