From dd90e9ab13836ce6ba271fb75a137da181d899c0 Mon Sep 17 00:00:00 2001 From: John Michelau Date: Thu, 21 Oct 2010 20:07:34 -0500 Subject: [PATCH] [ARM] tegra: stingray: Enable CONFIG_USB_ANDROID_RNDIS_WCEIS This makes RNDIS enumerate the same as prior devices Change-Id: I2dcdf41e25ff669958d34319b6fe0752c70da732 Signed-off-by: Mike Lockwood --- arch/arm/configs/stingray_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 arch/arm/configs/stingray_defconfig diff --git a/arch/arm/configs/stingray_defconfig b/arch/arm/configs/stingray_defconfig old mode 100644 new mode 100755 index 077e738f118d..5792902a3882 --- a/arch/arm/configs/stingray_defconfig +++ b/arch/arm/configs/stingray_defconfig @@ -1817,7 +1817,7 @@ CONFIG_USB_ANDROID_ADB=y # CONFIG_USB_ANDROID_MASS_STORAGE is not set CONFIG_USB_ANDROID_MTP=y CONFIG_USB_ANDROID_RNDIS=y -# CONFIG_USB_ANDROID_RNDIS_WCEIS is not set +CONFIG_USB_ANDROID_RNDIS_WCEIS=y # CONFIG_USB_CDC_COMPOSITE is not set # CONFIG_USB_G_MULTI is not set # CONFIG_USB_G_HID is not set -- 2.34.1