mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00
arm: sunxi: Use "imply" for USB without further guards
Given that ARCH_SUNXI already implies that USB_GADGET should be enable, we should also imply USB being enabled. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
4b0cf71639
commit
ce8b8ce8dc
1 changed files with 1 additions and 1 deletions
|
@ -1177,7 +1177,6 @@ config ARCH_SUNXI
|
||||||
select SUNXI_GPIO
|
select SUNXI_GPIO
|
||||||
select SYS_NS16550
|
select SYS_NS16550
|
||||||
select SYS_THUMB_BUILD if !ARM64
|
select SYS_THUMB_BUILD if !ARM64
|
||||||
select USB if DISTRO_DEFAULTS
|
|
||||||
select USB_KEYBOARD if DISTRO_DEFAULTS && USB_HOST
|
select USB_KEYBOARD if DISTRO_DEFAULTS && USB_HOST
|
||||||
select USB_STORAGE if DISTRO_DEFAULTS && USB_HOST
|
select USB_STORAGE if DISTRO_DEFAULTS && USB_HOST
|
||||||
select SPL_USE_TINY_PRINTF if SPL
|
select SPL_USE_TINY_PRINTF if SPL
|
||||||
|
@ -1203,6 +1202,7 @@ config ARCH_SUNXI
|
||||||
imply SYSRESET
|
imply SYSRESET
|
||||||
imply SYSRESET_WATCHDOG
|
imply SYSRESET_WATCHDOG
|
||||||
imply SYSRESET_WATCHDOG_AUTO
|
imply SYSRESET_WATCHDOG_AUTO
|
||||||
|
imply USB
|
||||||
imply USB_GADGET
|
imply USB_GADGET
|
||||||
imply WDT
|
imply WDT
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue