rockchip: fixup board choice in Kconfig
authorKever Yang <kever.yang@rock-chips.com>
Tue, 9 Jul 2019 14:14:15 +0000 (22:14 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 20 Jul 2019 15:59:44 +0000 (23:59 +0800)
Kconfig for board target select is choice option, fixup for
rk3036, rk3288 and rv1108.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3036/Kconfig
arch/arm/mach-rockchip/rk3288/Kconfig
arch/arm/mach-rockchip/rv1108/Kconfig

index 5e04d204482d8e7abf7657af39e2971ab693761b..0f6b5c462933cc43cd5dbca8a3361ae4c68362dc 100644 (file)
@@ -1,5 +1,8 @@
 if ROCKCHIP_RK3036
 
+choice
+       prompt "RK3036 board select"
+
 config TARGET_EVB_RK3036
        bool "EVB_RK3036"
        select BOARD_LATE_INIT
@@ -8,6 +11,8 @@ config TARGET_KYLIN_RK3036
        bool "KYLIN_RK3036"
        select BOARD_LATE_INIT
 
+endchoice
+
 config SYS_SOC
        default "rk3036"
 
index c5dcd061cfd0a46f2ac8a1515364b5893591453c..a32cd92976f29e39625f277ee7b5f1205c6fc484 100644 (file)
@@ -1,5 +1,8 @@
 if ROCKCHIP_RK3288
 
+choice
+       prompt "RK3288 board select"
+
 config TARGET_CHROMEBOOK_JERRY
        bool "Google/Rockchip Veyron-Jerry Chromebook"
        select BOARD_LATE_INIT
@@ -125,6 +128,8 @@ config TARGET_TINKER_RK3288
          8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
          I2C, SPI, UART, GPIOs.
 
+endchoice
+
 config ROCKCHIP_FAST_SPL
        bool "Change the CPU to full speed in SPL"
        depends on TARGET_CHROMEBOOK_JERRY
index e3a63b80e134c083ebd4c0fd17067493288f4a94..c5402ab1bd9d9007a40e4307319789fd8cb3affd 100644 (file)
@@ -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"