diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-09 22:14:15 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-20 23:59:44 +0800 |
commit | 5e283876f108c5acb8e60b84ae9ea0bb7da4523e (patch) | |
tree | 55a207a8448412fd99c53a38002b360302fec3dd /arch/arm/mach-rockchip/rv1108 | |
parent | c8851c9d183521f6f048549081ffe20c0276e7b4 (diff) | |
download | u-boot-5e283876f108c5acb8e60b84ae9ea0bb7da4523e.tar.gz |
rockchip: fixup board choice in Kconfig
Kconfig for board target select is choice option, fixup for
rk3036, rk3288 and rv1108.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/mach-rockchip/rv1108')
-rw-r--r-- | arch/arm/mach-rockchip/rv1108/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rv1108/Kconfig b/arch/arm/mach-rockchip/rv1108/Kconfig index e3a63b80e1..c5402ab1bd 100644 --- a/arch/arm/mach-rockchip/rv1108/Kconfig +++ b/arch/arm/mach-rockchip/rv1108/Kconfig @@ -1,5 +1,8 @@ if ROCKCHIP_RV1108 +choice + prompt "RV1108 board select" + config TARGET_EVB_RV1108 bool "EVB_RV1108" help @@ -22,6 +25,8 @@ config TARGET_ELGIN_RV1108 help RV1108 ELGIN is a board based on the Rockchip RV1108. +endchoice + config SYS_SOC default "rv1108" |