From f58ad98a621ce5059d9608a9b41cfabac277094a Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 28 Aug 2017 20:50:46 +1200 Subject: usb: net: migrate USB Ethernet adapters to Kconfig This migrates ASIX, ASIX88179, MCS7830, RTL8152 and SMSC95XX to Kconfig. Update defconfigs. Signed-off-by: Chris Packham Reviewed-by: Simon Glass --- configs/rpi_2_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/rpi_2_defconfig') diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index ac5b474e17..2345697701 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig @@ -28,6 +28,7 @@ CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL=y CONFIG_USB_HOST_ETHER=y +CONFIG_USB_ETHER_SMSC95XX=y CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 -- cgit