mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
sunxi: Downgrade driver selections to implications
While not especially likely, it is plausible that someone wants to build U-Boot without GPIO or UART support. Don't force building these drivers. Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
9a3d746a74
commit
7d38e1cf7c
@ -16,8 +16,6 @@ config BOARD_SUNXI
|
|||||||
select OF_BOARD_SETUP
|
select OF_BOARD_SETUP
|
||||||
select PINCTRL
|
select PINCTRL
|
||||||
select SPL_SEPARATE_BSS if SPL
|
select SPL_SEPARATE_BSS if SPL
|
||||||
select SUNXI_GPIO if GPIO
|
|
||||||
select SYS_NS16550 if SERIAL
|
|
||||||
select SUPPORT_SPL
|
select SUPPORT_SPL
|
||||||
select SYS_RELOC_GD_ENV_ADDR
|
select SYS_RELOC_GD_ENV_ADDR
|
||||||
select USB if DISTRO_DEFAULTS
|
select USB if DISTRO_DEFAULTS
|
||||||
@ -39,6 +37,8 @@ config BOARD_SUNXI
|
|||||||
imply SPL_MMC if MMC
|
imply SPL_MMC if MMC
|
||||||
imply SPL_POWER
|
imply SPL_POWER
|
||||||
imply SPL_SERIAL
|
imply SPL_SERIAL
|
||||||
|
imply SUNXI_GPIO
|
||||||
|
imply SYS_NS16550
|
||||||
imply SYSRESET
|
imply SYSRESET
|
||||||
imply SYSRESET_WATCHDOG
|
imply SYSRESET_WATCHDOG
|
||||||
imply SYSRESET_WATCHDOG_AUTO
|
imply SYSRESET_WATCHDOG_AUTO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user