From 69101a16e8069ea9a90d37b42cc36df265017151 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sat, 28 Aug 2021 22:12:59 -0500 Subject: [PATCH] sunxi: Convert some Kconfig defaults to implies Signed-off-by: Samuel Holland --- arch/arm/Kconfig | 3 +++ drivers/usb/gadget/Kconfig | 1 - drivers/usb/host/Kconfig | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2ccb0b0a2a7..074033e2c78 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1201,7 +1201,10 @@ config ARCH_SUNXI imply SYSRESET imply SYSRESET_WATCHDOG imply SYSRESET_WATCHDOG_AUTO + imply USB_EHCI_GENERIC + imply USB_ETHER if USB_MUSB_GADGET imply USB_GADGET + imply USB_OHCI_GENERIC imply WDT config ARCH_U8500 diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index d81a9c5a100..9ba3b9e43c9 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -196,7 +196,6 @@ endif # USB_GADGET_DOWNLOAD config USB_ETHER bool "USB Ethernet Gadget" depends on NET - default y if ARCH_SUNXI && USB_MUSB_GADGET help Creates an Ethernet network device through a USB peripheral controller. This will create a network interface on both the device diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 8f77412cc71..b548fbb9b72 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -246,7 +246,6 @@ config USB_EHCI_ZYNQ config USB_EHCI_GENERIC bool "Support for generic EHCI USB controller" depends on DM_USB - default ARCH_SUNXI ---help--- Enables support for generic EHCI controller. @@ -281,7 +280,6 @@ config USB_OHCI_PCI config USB_OHCI_GENERIC bool "Support for generic OHCI USB controller" - default ARCH_SUNXI ---help--- Enables support for generic OHCI controller.