]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc85xx/Kconfig
arch: Make board selection choices optional
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc85xx / Kconfig
index 7501eb4b82c5dff55d1f64b902bcb1c9353d104b..3e8d0b1badd3bebc6e4c620b64d1feb37d0bea32 100644 (file)
@@ -6,6 +6,7 @@ config SYS_CPU
 
 choice
        prompt "Target select"
+       optional
 
 config TARGET_SBC8548
        bool "Support sbc8548"
@@ -85,11 +86,6 @@ config TARGET_P1022DS
 config TARGET_P1023RDB
        bool "Support P1023RDB"
 
-config TARGET_P1_P2_RDB
-       bool "Support P1_P2_RDB"
-       select SUPPORT_SPL
-       select SUPPORT_TPL
-
 config TARGET_P1_P2_RDB_PC
        bool "Support p1_p2_rdb_pc"
        select SUPPORT_SPL
@@ -98,12 +94,6 @@ config TARGET_P1_P2_RDB_PC
 config TARGET_P1_TWR
        bool "Support p1_twr"
 
-config TARGET_P2020COME
-       bool "Support P2020COME"
-
-config TARGET_P2020DS
-       bool "Support P2020DS"
-
 config TARGET_P2041RDB
        bool "Support P2041RDB"
 
@@ -133,15 +123,13 @@ config TARGET_T208XRDB
        bool "Support T208xRDB"
        select SUPPORT_SPL
 
-config TARGET_T4240EMU
-       bool "Support T4240EMU"
-
 config TARGET_T4240QDS
        bool "Support T4240QDS"
        select SUPPORT_SPL
 
 config TARGET_T4240RDB
        bool "Support T4240RDB"
+       select SUPPORT_SPL
 
 config TARGET_CONTROLCENTERD
        bool "Support controlcenterd"
@@ -164,6 +152,9 @@ config TARGET_XPEDITE537X
 config TARGET_XPEDITE550X
        bool "Support xpedite550x"
 
+config TARGET_UCP1020
+       bool "Support uCP1020"
+
 endchoice
 
 source "board/freescale/b4860qds/Kconfig"
@@ -184,11 +175,8 @@ source "board/freescale/mpc8572ds/Kconfig"
 source "board/freescale/p1010rdb/Kconfig"
 source "board/freescale/p1022ds/Kconfig"
 source "board/freescale/p1023rdb/Kconfig"
-source "board/freescale/p1_p2_rdb/Kconfig"
 source "board/freescale/p1_p2_rdb_pc/Kconfig"
 source "board/freescale/p1_twr/Kconfig"
-source "board/freescale/p2020come/Kconfig"
-source "board/freescale/p2020ds/Kconfig"
 source "board/freescale/p2041rdb/Kconfig"
 source "board/freescale/qemu-ppce500/Kconfig"
 source "board/freescale/t102xqds/Kconfig"
@@ -208,5 +196,6 @@ source "board/stx/stxssa/Kconfig"
 source "board/xes/xpedite520x/Kconfig"
 source "board/xes/xpedite537x/Kconfig"
 source "board/xes/xpedite550x/Kconfig"
+source "board/Arcturus/ucp1020/Kconfig"
 
 endmenu