aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/andes/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/cpu/andes/Kconfig')
-rw-r--r--arch/riscv/cpu/andes/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/riscv/cpu/andes/Kconfig b/arch/riscv/cpu/andes/Kconfig
new file mode 100644
index 0000000..120fec5
--- /dev/null
+++ b/arch/riscv/cpu/andes/Kconfig
@@ -0,0 +1,17 @@
+config RISCV_ANDES
+ bool
+ select ARCH_EARLY_INIT_R
+ select SYS_CACHE_SHIFT_6
+ imply CPU
+ imply CPU_RISCV
+ imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)
+ imply ANDES_PLMT_TIMER
+ imply SPL_ANDES_PLMT_TIMER
+ imply ANDES_PLICSW if (RISCV_MMODE || SPL_RISCV_MMODE)
+ imply ANDES_L2_CACHE
+ imply SPL_CPU
+ imply SPL_OPENSBI
+ imply SPL_LOAD_FIT
+ help
+ Run U-Boot on AndeStar V5 platforms and use some specific features
+ which are provided by Andes Technology AndeStar V5 families.