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/configs/vinco.h | |
parent | 9272c7b160b483768f09e2db2580c9b9b470001c (diff) |
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/configs/vinco.h')
-rw-r--r-- | include/configs/vinco.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |