]> 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 184063c40bf9a3e1f8efb0080ae3957a9585dacd..4890e137704638a900419cf25798379a84b52723 100644 (file)
@@ -27,30 +27,36 @@ config TARGET_MPC8308RDB
 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_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"
@@ -58,12 +64,15 @@ config TARGET_IDS8313
 
 config TARGET_KM8360
        bool "Support km8360"
+       imply CMD_CRAMFS
 
 config TARGET_SUVD3
        bool "Support suvd3"
+       imply CMD_CRAMFS
 
 config TARGET_TUXX1
        bool "Support tuxx1"
+       imply CMD_CRAMFS
 
 config TARGET_TQM834X
        bool "Support TQM834x"