summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/sunxi/Kconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 7136fb237f..ccb2228c3e 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -103,6 +103,31 @@ config DRAM_TYPE
---help---
Set the dram type, 3: DDR3, 7: LPDDR3
+choice
+ prompt "Sunxi Board Variant"
+ optional
+
+config SUNXI_ARMADILLO
+ bool "Theobroma A80 Q7 Board"
+ select DM_SPI
+ select DM_SPI_FLASH
+ select CMD_SF
+
+endchoice
+
+choice
+ prompt "U-Boot environment location"
+ depends on SUNXI_ARMADILLO
+ default SUNXI_ENV_MMC
+
+config SUNXI_ENV_MMC
+ bool "MMC/SD-Card"
+
+config SUNXI_ENV_SPI
+ bool "SPI"
+
+endchoice
+
config DRAM_CLK
int "sunxi dram clock speed"
default 792 if MACH_SUN9I