powerpc, 8xx: Add support for MCR3000 board from CSSI
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc8xx / Kconfig
index 9e1ad33..5a7db33 100644 (file)
@@ -8,6 +8,9 @@ choice
        prompt "Target select"
        optional
 
+config TARGET_MCR3000
+       bool "Support MCR3000 board from CSSI"
+
 endchoice
 
 choice
@@ -167,4 +170,6 @@ config SYS_OR7_PRELIM
 config SYS_IMMR
        hex "Value for IMMR"
 
+source "board/cssi/MCR3000/Kconfig"
+
 endmenu