From 62deeacdff7dd79ad548c81e412de9baffa06aca Mon Sep 17 00:00:00 2001 From: Martin Rowe Date: Tue, 29 Jan 2019 12:09:25 +1000 Subject: [PATCH] Re-enable USB_NET_PLUSB in linux-mvebu dev and next Enables use of Prolific USB-to-USB bridges which was only available in default kernel. --- config/kernel/linux-mvebu-dev.config | 2 +- config/kernel/linux-mvebu-next.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/kernel/linux-mvebu-dev.config b/config/kernel/linux-mvebu-dev.config index 439b3626a1..c9a2963a95 100644 --- a/config/kernel/linux-mvebu-dev.config +++ b/config/kernel/linux-mvebu-dev.config @@ -2334,7 +2334,7 @@ CONFIG_USB_NET_CDC_NCM=m # CONFIG_USB_NET_SMSC95XX is not set # CONFIG_USB_NET_GL620A is not set CONFIG_USB_NET_NET1080=m -# CONFIG_USB_NET_PLUSB is not set +CONFIG_USB_NET_PLUSB=m # CONFIG_USB_NET_MCS7830 is not set CONFIG_USB_NET_RNDIS_HOST=m CONFIG_USB_NET_CDC_SUBSET_ENABLE=m diff --git a/config/kernel/linux-mvebu-next.config b/config/kernel/linux-mvebu-next.config index 1b9777e43b..df33387c8b 100644 --- a/config/kernel/linux-mvebu-next.config +++ b/config/kernel/linux-mvebu-next.config @@ -2283,7 +2283,7 @@ CONFIG_USB_NET_CDC_NCM=m # CONFIG_USB_NET_SMSC95XX is not set # CONFIG_USB_NET_GL620A is not set CONFIG_USB_NET_NET1080=m -# CONFIG_USB_NET_PLUSB is not set +CONFIG_USB_NET_PLUSB=m # CONFIG_USB_NET_MCS7830 is not set CONFIG_USB_NET_RNDIS_HOST=m CONFIG_USB_NET_CDC_SUBSET_ENABLE=m