diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2018-01-10 16:17:39 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-03-19 16:46:44 +0530 |
commit | c335e9903c03258b1d6a9c24244e8c74035a5548 (patch) | |
tree | e43f29ab116875c0e032bccaa39a030ab24ead74 /arch/arm/mach-sunxi/Kconfig | |
parent | af30393cb55db5605f187f270001dd459ac1aaf0 (diff) | |
download | u-boot-c335e9903c03258b1d6a9c24244e8c74035a5548.tar.gz |
sunxi: Add DRAM_SUN8I_A33 kconfig entry
Add proper and simple kconfig option for dram_sun8i_a33.c
instead of using MACH type on Makefile.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/mach-sunxi/Kconfig')
-rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 5e4f616eb8..4646684991 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -24,6 +24,12 @@ config DRAM_SUN8I_A23 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_SUN9I bool help @@ -181,6 +187,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 |