From 8ffb23cbf58c0a8f484f27a876d1d301dcbe117d Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 28 Aug 2017 20:50:44 +1200 Subject: Kconfig: drop CONFIG_USB_ETHER_RNDIS This is not a valid option. Drop it. Signed-off-by: Chris Packham Reviewed-by: Simon Glass diff --git a/include/configs/cl-som-am57x.h b/include/configs/cl-som-am57x.h index 3aaa82c..cb2b15f 100644 --- a/include/configs/cl-som-am57x.h +++ b/include/configs/cl-som-am57x.h @@ -85,7 +85,6 @@ /* USB Networking options */ #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX -#define CONFIG_USB_ETHER_RNDIS #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 diff --git a/include/configs/cm_t54.h b/include/configs/cm_t54.h index feae29d..f985254 100644 --- a/include/configs/cm_t54.h +++ b/include/configs/cm_t54.h @@ -72,7 +72,6 @@ /* USB Networking options */ #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX -#define CONFIG_USB_ETHER_RNDIS #define CONFIG_USB_ETHER_ASIX #define CONFIG_USB_ETHER_MCS7830 diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 26e2c8d..d826457 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -47,7 +47,6 @@ #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_TWL4030_USB 1 #define CONFIG_USB_ETHER -#define CONFIG_USB_ETHER_RNDIS /* USB EHCI */ diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 2c48b4f..af99e8b 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -83,7 +83,6 @@ #define CONFIG_USB_MUSB_OMAP2PLUS #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_USB_ETHER -#define CONFIG_USB_ETHER_RNDIS /* USB EHCI */ #define CONFIG_SYS_USB_FAT_BOOT_PARTITION 1 diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index a4a40f4..5fba356 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -58,7 +58,6 @@ #define CONFIG_USB_MUSB_OMAP2PLUS #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_USB_ETHER -#define CONFIG_USB_ETHER_RNDIS /* TWL4030 */ #define CONFIG_TWL4030_USB diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index 40321e7..e98aabc 100644 --- a/include/configs/tao3530.h +++ b/include/configs/tao3530.h @@ -219,7 +219,6 @@ #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_USB_ETHER -#define CONFIG_USB_ETHER_RNDIS /* Defines for SPL */ #define CONFIG_SPL_FRAMEWORK diff --git a/include/configs/vinco.h b/include/configs/vinco.h index e4020d0..1346bf8 100644 --- a/include/configs/vinco.h +++ b/include/configs/vinco.h @@ -77,7 +77,6 @@ #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX -#define CONFIG_USB_ETHER_RNDIS #ifdef CONFIG_SYS_USE_SERIALFLASH /* bootstrap + u-boot + env + linux in serial flash */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index d58b1e3..2805e2b 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -5019,7 +5019,6 @@ CONFIG_USB_ETHER CONFIG_USB_ETHER_ASIX CONFIG_USB_ETHER_ASIX88179 CONFIG_USB_ETHER_MCS7830 -CONFIG_USB_ETHER_RNDIS CONFIG_USB_ETHER_RTL8152 CONFIG_USB_ETHER_SMSC95XX CONFIG_USB_ETHER_xxx -- cgit v0.10.2