sunxi: Convert some Kconfig defaults to implies

Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
Samuel Holland 2021-08-28 22:12:59 -05:00
parent 75207ede77
commit 69101a16e8
3 changed files with 3 additions and 3 deletions

View File

@ -1201,7 +1201,10 @@ config ARCH_SUNXI
imply SYSRESET imply SYSRESET
imply SYSRESET_WATCHDOG imply SYSRESET_WATCHDOG
imply SYSRESET_WATCHDOG_AUTO imply SYSRESET_WATCHDOG_AUTO
imply USB_EHCI_GENERIC
imply USB_ETHER if USB_MUSB_GADGET
imply USB_GADGET imply USB_GADGET
imply USB_OHCI_GENERIC
imply WDT imply WDT
config ARCH_U8500 config ARCH_U8500

View File

@ -196,7 +196,6 @@ endif # USB_GADGET_DOWNLOAD
config USB_ETHER config USB_ETHER
bool "USB Ethernet Gadget" bool "USB Ethernet Gadget"
depends on NET depends on NET
default y if ARCH_SUNXI && USB_MUSB_GADGET
help help
Creates an Ethernet network device through a USB peripheral Creates an Ethernet network device through a USB peripheral
controller. This will create a network interface on both the device controller. This will create a network interface on both the device

View File

@ -246,7 +246,6 @@ config USB_EHCI_ZYNQ
config USB_EHCI_GENERIC config USB_EHCI_GENERIC
bool "Support for generic EHCI USB controller" bool "Support for generic EHCI USB controller"
depends on DM_USB depends on DM_USB
default ARCH_SUNXI
---help--- ---help---
Enables support for generic EHCI controller. Enables support for generic EHCI controller.
@ -281,7 +280,6 @@ config USB_OHCI_PCI
config USB_OHCI_GENERIC config USB_OHCI_GENERIC
bool "Support for generic OHCI USB controller" bool "Support for generic OHCI USB controller"
default ARCH_SUNXI
---help--- ---help---
Enables support for generic OHCI controller. Enables support for generic OHCI controller.