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>
This commit is contained in:
parent
9272c7b160
commit
8ffb23cbf5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user