commit | 547cf41bc324de305f2a8f8dd783dc0973511108 | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Mon Aug 28 20:50:45 2017 +1200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 08 10:21:46 2017 -0400 |
tree | f285a4759f65939d6d329f5566989a0cfe547340 | |
parent | 8d3a1fccae1f197d04d5de4eb19bce0776129b9f [diff] |
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>