diff options
author | Chris Packham <judge.packham@gmail.com> | 2017-08-28 20:50:44 +1200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-08 10:17:17 -0400 |
commit | 8ffb23cbf58c0a8f484f27a876d1d301dcbe117d (patch) | |
tree | 698a71271eb01c4486a5129177f78cc5901184bf /include | |
parent | 9272c7b160b483768f09e2db2580c9b9b470001c (diff) | |
download | u-boot-8ffb23cbf58c0a8f484f27a876d1d301dcbe117d.tar.gz u-boot-8ffb23cbf58c0a8f484f27a876d1d301dcbe117d.tar.bz2 u-boot-8ffb23cbf58c0a8f484f27a876d1d301dcbe117d.zip |
Kconfig: drop CONFIG_USB_ETHER_RNDIS
This is not a valid option. Drop it.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/cl-som-am57x.h | 1 | ||||
-rw-r--r-- | include/configs/cm_t54.h | 1 | ||||
-rw-r--r-- | include/configs/omap3_beagle.h | 1 | ||||
-rw-r--r-- | include/configs/omap3_evm.h | 1 | ||||
-rw-r--r-- | include/configs/omap3_logic.h | 1 | ||||
-rw-r--r-- | include/configs/tao3530.h | 1 | ||||
-rw-r--r-- | include/configs/vinco.h | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/cl-som-am57x.h b/include/configs/cl-som-am57x.h index 3aaa82ce51..cb2b15fd54 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 feae29d145..f98525452b 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 26e2c8dc18..d82645766e 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 2c48b4f3d8..af99e8b5cb 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 a4a40f4e48..5fba35668b 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 40321e7f77..e98aabc656 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 e4020d00ce..1346bf8eb5 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 */ |