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:
Joseph Chen 2020-06-04 20:26:39 +08:00 committed by Jianhong Chen
parent 47f7fd3a52
commit 1e83a6cbf7
1 changed files with 5 additions and 5 deletions

View File

@ -423,15 +423,15 @@ endif
config ROCKCHIP_RV1126
bool "Support Rockchip RV1126"
select CPU_V7
select GICV2 if !SUPPORT_USBPLUG
select ARM_SMCCC if !SUPPORT_USBPLUG
select SUPPORT_TPL
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 DEBUG_UART_BOARD_INIT
imply TPL
imply SPL
imply GICV2
imply ARM_SMCCC
imply BOARD_LATE_INIT
imply ROCKCHIP_GPIO_V2
imply TPL_SERIAL_SUPPORT
help