rockchip: rv1126: use imply instead of select
In order to drop them in defconfig. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I438def3afb98021c8216e48eeaecc26165bfa18b
This commit is contained in:
parent
47f7fd3a52
commit
1e83a6cbf7
|
|
@ -423,15 +423,15 @@ endif
|
||||||
config ROCKCHIP_RV1126
|
config ROCKCHIP_RV1126
|
||||||
bool "Support Rockchip RV1126"
|
bool "Support Rockchip RV1126"
|
||||||
select CPU_V7
|
select CPU_V7
|
||||||
select GICV2 if !SUPPORT_USBPLUG
|
|
||||||
select ARM_SMCCC if !SUPPORT_USBPLUG
|
|
||||||
select SUPPORT_TPL
|
select SUPPORT_TPL
|
||||||
select SUPPORT_SPL
|
select SUPPORT_SPL
|
||||||
select TPL if !SUPPORT_USBPLUG
|
|
||||||
select SPL if !SUPPORT_USBPLUG
|
|
||||||
select BOARD_LATE_INIT if !SUPPORT_USBPLUG
|
|
||||||
select TPL_TINY_FRAMEWORK if TPL
|
select TPL_TINY_FRAMEWORK if TPL
|
||||||
select DEBUG_UART_BOARD_INIT
|
select DEBUG_UART_BOARD_INIT
|
||||||
|
imply TPL
|
||||||
|
imply SPL
|
||||||
|
imply GICV2
|
||||||
|
imply ARM_SMCCC
|
||||||
|
imply BOARD_LATE_INIT
|
||||||
imply ROCKCHIP_GPIO_V2
|
imply ROCKCHIP_GPIO_V2
|
||||||
imply TPL_SERIAL_SUPPORT
|
imply TPL_SERIAL_SUPPORT
|
||||||
help
|
help
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue