Merge git://git.denx.de/u-boot-imx
[oweals/u-boot.git] / arch / arm / mach-sunxi / Kconfig
index 4ab6e9ad59f7cd81049f009af6b19f31dd81e5bb..b868f0e3500afa2b9f59dc1cd58a97b53b8f7ec2 100644 (file)
@@ -18,6 +18,30 @@ config DRAM_SUN6I
          Select this dram controller driver for Sun6i platforms,
          like A31/A31s.
 
+config DRAM_SUN8I_A23
+       bool
+       help
+         Select this dram controller driver for Sun8i platforms,
+         for A23 SOC.
+
+config DRAM_SUN8I_A33
+       bool
+       help
+         Select this dram controller driver for Sun8i platforms,
+         for A33 SOC.
+
+config DRAM_SUN8I_A83T
+       bool
+       help
+         Select this dram controller driver for Sun8i platforms,
+         for A83T SOC.
+
+config DRAM_SUN9I
+       bool
+       help
+         Select this dram controller driver for Sun9i platforms,
+         like A80.
+
 config SUN6I_P2WI
        bool "Allwinner sun6i internal P2WI controller"
        help
@@ -157,6 +181,7 @@ config MACH_SUN8I_A23
        select CPU_V7_HAS_NONSEC
        select CPU_V7_HAS_VIRT
        select ARCH_SUPPORT_PSCI
+       select DRAM_SUN8I_A23
        select SUNXI_GEN_SUN6I
        select SUPPORT_SPL
        select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
@@ -168,6 +193,7 @@ config MACH_SUN8I_A33
        select CPU_V7_HAS_NONSEC
        select CPU_V7_HAS_VIRT
        select ARCH_SUPPORT_PSCI
+       select DRAM_SUN8I_A33
        select SUNXI_GEN_SUN6I
        select SUPPORT_SPL
        select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
@@ -176,6 +202,7 @@ config MACH_SUN8I_A33
 config MACH_SUN8I_A83T
        bool "sun8i (Allwinner A83T)"
        select CPU_V7
+       select DRAM_SUN8I_A83T
        select SUNXI_GEN_SUN6I
        select MMC_SUNXI_HAS_NEW_MODE
        select SUPPORT_SPL
@@ -215,6 +242,7 @@ config MACH_SUN8I_V3S
 config MACH_SUN9I
        bool "sun9i (Allwinner A80)"
        select CPU_V7
+       select DRAM_SUN9I
        select SUN6I_PRCM
        select SUNXI_HIGH_SRAM
        select SUNXI_GEN_SUN6I