]> 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 b70d9e9e3265fe57cab7dcba6f542fa4dbc102cc..3e8d0b1badd3bebc6e4c620b64d1feb37d0bea32 100644 (file)
@@ -6,6 +6,7 @@ config SYS_CPU
 
 choice
        prompt "Target select"
+       optional
 
 config TARGET_SBC8548
        bool "Support sbc8548"
@@ -151,6 +152,9 @@ config TARGET_XPEDITE537X
 config TARGET_XPEDITE550X
        bool "Support xpedite550x"
 
+config TARGET_UCP1020
+       bool "Support uCP1020"
+
 endchoice
 
 source "board/freescale/b4860qds/Kconfig"
@@ -192,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