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/omap3_logic.h | |
parent | 9272c7b160b483768f09e2db2580c9b9b470001c (diff) | |
download | u-boot-8ffb23cbf58c0a8f484f27a876d1d301dcbe117d.tar.gz |
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/omap3_logic.h')
-rw-r--r-- | include/configs/omap3_logic.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |