]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc83xx/Kconfig
Merge git://git.denx.de/u-boot-mpc85xx
[u-boot] / arch / powerpc / cpu / mpc83xx / Kconfig
index 6de92650884dcc229c51cfb9def394a73fb3c811..69a600cc4237c25e82a34db4955cad385cd70670 100644 (file)
@@ -24,6 +24,7 @@ config TARGET_MPC8308RDB
 
 config TARGET_MPC8313ERDB
        bool "Support MPC8313ERDB"
+       select SUPPORT_SPL
 
 config TARGET_MPC8315ERDB
        bool "Support MPC8315ERDB"
@@ -64,15 +65,12 @@ config TARGET_SUVD3
 config TARGET_TUXX1
        bool "Support tuxx1"
 
-config TARGET_MERGERBOX
-       bool "Support MERGERBOX"
-
-config TARGET_MVBLM7
-       bool "Support MVBLM7"
-
 config TARGET_TQM834X
        bool "Support TQM834x"
 
+config TARGET_HRCON
+       bool "Support hrcon"
+
 endchoice
 
 source "board/esd/vme8349/Kconfig"
@@ -89,11 +87,10 @@ source "board/freescale/mpc837xemds/Kconfig"
 source "board/freescale/mpc837xerdb/Kconfig"
 source "board/ids/ids8313/Kconfig"
 source "board/keymile/km83xx/Kconfig"
-source "board/matrix_vision/mergerbox/Kconfig"
-source "board/matrix_vision/mvblm7/Kconfig"
 source "board/mpc8308_p1m/Kconfig"
 source "board/sbc8349/Kconfig"
 source "board/tqc/tqm834x/Kconfig"
 source "board/ve8313/Kconfig"
+source "board/gdsys/mpc8308/Kconfig"
 
 endmenu