diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-05-06 00:08:00 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-07-24 09:58:39 +0200 |
commit | 9b3db4a3020ba7626121e25782144b796497d18b (patch) | |
tree | d9dba6099b580a67234e96b28991b7502ecbb65a | |
parent | c3c971768acf086dad7cdfb16d95b0852e4f4bd8 (diff) | |
download | kernel_samsung_tuna-9b3db4a3020ba7626121e25782144b796497d18b.tar.gz kernel_samsung_tuna-9b3db4a3020ba7626121e25782144b796497d18b.tar.bz2 kernel_samsung_tuna-9b3db4a3020ba7626121e25782144b796497d18b.zip |
tuna_defconfig: Add support for USB Ethernet adapters
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
-rw-r--r-- | arch/arm/configs/tuna_defconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/configs/tuna_defconfig b/arch/arm/configs/tuna_defconfig index 5e9f9690e3e..f25abd1efcf 100644 --- a/arch/arm/configs/tuna_defconfig +++ b/arch/arm/configs/tuna_defconfig @@ -1340,22 +1340,22 @@ CONFIG_DHD_USE_SCHED_SCAN=y # # USB Network Adapters # -# CONFIG_USB_CATC is not set -# CONFIG_USB_KAWETH is not set -# CONFIG_USB_PEGASUS is not set -# CONFIG_USB_RTL8150 is not set +CONFIG_USB_CATC=y +CONFIG_USB_KAWETH=y +CONFIG_USB_PEGASUS=y +CONFIG_USB_RTL8150=y CONFIG_USB_USBNET=y CONFIG_USB_NET_AX8817X=y CONFIG_USB_NET_CDCETHER=y # CONFIG_USB_NET_CDC_EEM is not set CONFIG_USB_NET_CDC_NCM=y -# CONFIG_USB_NET_DM9601 is not set -# CONFIG_USB_NET_SMSC75XX is not set -# CONFIG_USB_NET_SMSC95XX is not set +CONFIG_USB_NET_DM9601=y +CONFIG_USB_NET_SMSC75XX=y +CONFIG_USB_NET_SMSC95XX=y # CONFIG_USB_NET_GL620A is not set CONFIG_USB_NET_NET1080=y # CONFIG_USB_NET_PLUSB is not set -# CONFIG_USB_NET_MCS7830 is not set +CONFIG_USB_NET_MCS7830=y # CONFIG_USB_NET_RNDIS_HOST is not set CONFIG_USB_NET_CDC_SUBSET=y # CONFIG_USB_ALI_M5632 is not set |