]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/mpc83xx/Kconfig
fs: Convert CONFIG_CMD_CRAMFS to Kconfig
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc83xx / Kconfig
index 6de92650884dcc229c51cfb9def394a73fb3c811..4890e137704638a900419cf25798379a84b52723 100644 (file)
@@ -6,6 +6,7 @@ config SYS_CPU
 
 choice
        prompt "Target select"
+       optional
 
 config TARGET_MPC8308_P1M
        bool "Support mpc8308_p1m"
@@ -21,58 +22,69 @@ config TARGET_VME8349
 
 config TARGET_MPC8308RDB
        bool "Support MPC8308RDB"
+       select SYS_FSL_ERRATUM_ESDHC111
 
 config TARGET_MPC8313ERDB
        bool "Support MPC8313ERDB"
+       select SUPPORT_SPL
+       select BOARD_EARLY_INIT_F
 
 config TARGET_MPC8315ERDB
        bool "Support MPC8315ERDB"
+       select BOARD_EARLY_INIT_F
 
 config TARGET_MPC8323ERDB
        bool "Support MPC8323ERDB"
 
 config TARGET_MPC832XEMDS
        bool "Support MPC832XEMDS"
+       select BOARD_EARLY_INIT_F
 
 config TARGET_MPC8349EMDS
        bool "Support MPC8349EMDS"
+       select SYS_FSL_DDR
+       select SYS_FSL_HAS_DDR2
+       select SYS_FSL_DDR_BE
+       select BOARD_EARLY_INIT_F
 
 config TARGET_MPC8349ITX
        bool "Support MPC8349ITX"
 
-config TARGET_MPC8360EMDS
-       bool "Support MPC8360EMDS"
-
-config TARGET_MPC8360ERDK
-       bool "Support MPC8360ERDK"
-
 config TARGET_MPC837XEMDS
        bool "Support MPC837XEMDS"
+       select BOARD_EARLY_INIT_F
 
 config TARGET_MPC837XERDB
        bool "Support MPC837XERDB"
+       select BOARD_EARLY_INIT_F
 
 config TARGET_IDS8313
        bool "Support ids8313"
+       select DM
 
 config TARGET_KM8360
        bool "Support km8360"
+       imply CMD_CRAMFS
 
 config TARGET_SUVD3
        bool "Support suvd3"
+       imply CMD_CRAMFS
 
 config TARGET_TUXX1
        bool "Support tuxx1"
-
-config TARGET_MERGERBOX
-       bool "Support MERGERBOX"
-
-config TARGET_MVBLM7
-       bool "Support MVBLM7"
+       imply CMD_CRAMFS
 
 config TARGET_TQM834X
        bool "Support TQM834x"
 
+config TARGET_HRCON
+       bool "Support hrcon"
+       select SYS_FSL_ERRATUM_ESDHC111
+
+config TARGET_STRIDER
+       bool "Support strider"
+       select SYS_FSL_ERRATUM_ESDHC111
+
 endchoice
 
 source "board/esd/vme8349/Kconfig"
@@ -83,17 +95,14 @@ source "board/freescale/mpc8323erdb/Kconfig"
 source "board/freescale/mpc832xemds/Kconfig"
 source "board/freescale/mpc8349emds/Kconfig"
 source "board/freescale/mpc8349itx/Kconfig"
-source "board/freescale/mpc8360emds/Kconfig"
-source "board/freescale/mpc8360erdk/Kconfig"
 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