]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc83xx/Kconfig
Convert CONFIG_ENV_IS_IN_FLASH to Kconfig
[u-boot] / arch / powerpc / cpu / mpc83xx / Kconfig
index 3ea62caada7d9021f45bdb4fefe037a24088497a..b5b26f9b3af277dafb876f2668d8b44b7eaeee07 100644 (file)
@@ -13,6 +13,7 @@ config TARGET_MPC8308_P1M
 
 config TARGET_SBC8349
        bool "Support sbc8349"
+       imply ENV_IS_IN_FLASH
 
 config TARGET_VE8313
        bool "Support ve8313"
@@ -22,31 +23,45 @@ 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
+       imply ENV_IS_IN_FLASH
 
 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"
+       imply CMD_IRQ
+       imply ENV_IS_IN_FLASH
 
 config TARGET_MPC837XEMDS
        bool "Support MPC837XEMDS"
+       select BOARD_EARLY_INIT_F
+       imply CMD_SATA
 
 config TARGET_MPC837XERDB
        bool "Support MPC837XERDB"
+       select BOARD_EARLY_INIT_F
 
 config TARGET_IDS8313
        bool "Support ids8313"
@@ -54,21 +69,33 @@ config TARGET_IDS8313
 
 config TARGET_KM8360
        bool "Support km8360"
+       imply CMD_CRAMFS
+       imply CMD_DIAG
+       imply FS_CRAMFS
 
 config TARGET_SUVD3
        bool "Support suvd3"
+       imply CMD_CRAMFS
+       imply FS_CRAMFS
+       imply ENV_IS_IN_FLASH
 
 config TARGET_TUXX1
        bool "Support tuxx1"
+       imply CMD_CRAMFS
+       imply FS_CRAMFS
+       imply ENV_IS_IN_FLASH
 
 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
+       imply ENV_IS_IN_FLASH
 
 endchoice