From: Chris Packham <judge.packham@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/4] Kconfig: drop CONFIG_USB_ETHER_RNDIS
Date: Sun, 27 Aug 2017 21:44:09 +1200 [thread overview]
Message-ID: <20170827094411.8583-3-judge.packham@gmail.com> (raw)
In-Reply-To: <20170827094411.8583-1-judge.packham@gmail.com>
This is not a valid option. Drop it.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
Changes in v2:
- collect review from Simon
include/configs/cl-som-am57x.h | 1 -
include/configs/cm_t54.h | 1 -
include/configs/omap3_beagle.h | 1 -
include/configs/omap3_evm.h | 1 -
include/configs/omap3_logic.h | 1 -
include/configs/tao3530.h | 1 -
include/configs/vinco.h | 1 -
scripts/config_whitelist.txt | 1 -
8 files changed, 8 deletions(-)
diff --git a/include/configs/cl-som-am57x.h b/include/configs/cl-som-am57x.h
index 3aaa82ce511d..cb2b15fd54c1 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 feae29d145c0..f98525452b7c 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 33d29b56926d..5f060e31e342 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
#define CONFIG_USB_FUNCTION_FASTBOOT
#define CONFIG_CMD_FASTBOOT
#define CONFIG_ANDROID_BOOT_IMAGE
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 993048340634..e88a472a9590 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -84,7 +84,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 b4311ab13b67..b253c8c8d075 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
#define CONFIG_USB_FUNCTION_FASTBOOT
#define CONFIG_CMD_FASTBOOT
#define CONFIG_ANDROID_BOOT_IMAGE
diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h
index d47dc8bba909..8b89f939309e 100644
--- a/include/configs/tao3530.h
+++ b/include/configs/tao3530.h
@@ -227,7 +227,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 e4020d00ce03..1346bf8eb5e8 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 5b50cc179fde..7f6759751f44 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -5038,7 +5038,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
--
2.14.1
next prev parent reply other threads:[~2017-08-27 9:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-27 9:44 [U-Boot] [PATCH v2 0/4] usb: net: Migrate USB Ethernet to Kconfig Chris Packham
2017-08-27 9:44 ` [U-Boot] [PATCH v2 1/4] Kconfig: drop CONFIG_USB_ETHER_DM9601 Chris Packham
2017-08-28 16:01 ` Joe Hershberger
2017-08-27 9:44 ` Chris Packham [this message]
2017-08-28 16:01 ` [U-Boot] [PATCH v2 2/4] Kconfig: drop CONFIG_USB_ETHER_RNDIS Joe Hershberger
2017-08-27 9:44 ` [U-Boot] [PATCH v2 3/4] usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig Chris Packham
2017-08-27 20:10 ` Simon Glass
2017-08-27 9:44 ` [U-Boot] [PATCH v2 4/4] usb: net: migrate USB Ethernet adapters " Chris Packham
2017-08-28 16:03 ` Joe Hershberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170827094411.8583-3-judge.packham@gmail.com \
--to=judge.packham@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox