rockchip: rv1126: use imply for CONFIG_ROCKCHIP_GPIO_V2
Fixes warning from rv1126-usbplug_defconfig: ...... warning: (ROCKCHIP_RV1126) selects ROCKCHIP_GPIO_V2 which has unmet direct dependencies (ROCKCHIP_GPIO) warning: (ROCKCHIP_RV1126) selects ROCKCHIP_GPIO_V2 which has unmet direct dependencies (ROCKCHIP_GPIO) ...... Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I2c7d64e9cdd03f3e8dcbbb948d747a67d7dff4da
This commit is contained in:
parent
d44b14ecc8
commit
7c7344b17a
|
|
@ -429,7 +429,7 @@ config ROCKCHIP_RV1126
|
|||
select SUPPORT_SPL
|
||||
select SPL if !SUPPORT_USBPLUG
|
||||
select BOARD_LATE_INIT if !SUPPORT_USBPLUG
|
||||
select ROCKCHIP_GPIO_V2
|
||||
imply ROCKCHIP_GPIO_V2
|
||||
help
|
||||
The Rockchip RV1126 is a ARM-based SoC with a quad-core Cortex-A7
|
||||
and a risc-v core.
|
||||
|
|
|
|||
Loading…
Reference in New Issue