diff options
author | Chris Packham <judge.packham@gmail.com> | 2017-08-28 20:50:45 +1200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-08 10:21:46 -0400 |
commit | ae3584498bf81aa3be9ae6f90fbb04e07d707276 (patch) | |
tree | f285a4759f65939d6d329f5566989a0cfe547340 /scripts | |
parent | 8ffb23cbf58c0a8f484f27a876d1d301dcbe117d (diff) | |
download | u-boot-ae3584498bf81aa3be9ae6f90fbb04e07d707276.tar.gz |
usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig
CONFIG_USB_HOST_ETHER is the framework that the drivers are dependent on
USB_HOST_ETHER. Use this as a menu and move the existing LAN75XX and
LAN78XX options under new menu. Finally update the defconfigs that need
CONFIG_USB_HOST_ETHER.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 2805e2bdcc..228fe87538 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -5052,7 +5052,6 @@ CONFIG_USB_GADGET_PXA2XX CONFIG_USB_GADGET_SA1100 CONFIG_USB_GADGET_SUPERH CONFIG_USB_GADGET_SX2 -CONFIG_USB_HOST_ETHER CONFIG_USB_HOST_XHCI_BASE CONFIG_USB_INVENTRA_DMA CONFIG_USB_ISP1301_I2C_ADDR |