[opensuse-kernel] [PATCH 2/3] ARMv6: config: Reenable DWC2 host support

We need the USB host controller support in order to have network on the Raspberry Pi, as the network is connected via USB. --- config/armv6hl/default | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/config/armv6hl/default b/config/armv6hl/default index 877caef..732c7c3 100644 --- a/config/armv6hl/default +++ b/config/armv6hl/default @@ -2104,10 +2104,6 @@ CONFIG_SLHC=m CONFIG_SLIP_COMPRESSED=y CONFIG_SLIP_SMART=y CONFIG_SLIP_MODE_SLIP6=y - -# -# Host-side USB support is needed for USB Network Adapter support -# CONFIG_USB_NET_DRIVERS=m CONFIG_USB_CATC=m CONFIG_USB_KAWETH=m @@ -4209,9 +4205,9 @@ CONFIG_USB_HIDDEV=y CONFIG_I2C_HID=m CONFIG_USB_OHCI_LITTLE_ENDIAN=y CONFIG_USB_SUPPORT=y -CONFIG_USB_COMMON=m +CONFIG_USB_COMMON=y CONFIG_USB_ARCH_HAS_HCD=y -CONFIG_USB=m +CONFIG_USB=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # @@ -4307,14 +4303,12 @@ CONFIG_USBIP_HOST=m # CONFIG_USBIP_DEBUG is not set # CONFIG_USB_MUSB_HDRC is not set # CONFIG_USB_DWC3 is not set -CONFIG_USB_DWC2=m -# CONFIG_USB_DWC2_HOST is not set +CONFIG_USB_DWC2=y +CONFIG_USB_DWC2_HOST=y # # Gadget/Dual-role mode requires USB Gadget support to be enabled # -# CONFIG_USB_DWC2_PERIPHERAL is not set -CONFIG_USB_DWC2_DUAL_ROLE=y CONFIG_USB_DWC2_PLATFORM=m # CONFIG_USB_DWC2_DEBUG is not set # CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set -- 2.0.4 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (1)
-
Dirk Müller