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 /arch | |
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 'arch')
-rw-r--r-- | arch/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-imx/mx6/Kconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 3fc3c5739a..c2b4070145 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -115,6 +115,7 @@ config X86 imply CMD_PCI imply CMD_SF_TEST imply CMD_ZBOOT + imply USB_HOST_ETHER config XTENSA bool "Xtensa architecture" diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index a1aa36bc22..2b0cefbf01 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -307,6 +307,7 @@ config TARGET_MX6ULL_14X14_EVK config TARGET_NITROGEN6X bool "nitrogen6x" + imply USB_HOST_ETHER config TARGET_OPOS6ULDEV bool "Armadeus OPOS6ULDev board" |