]> Git Repo - J-u-boot.git/blame - arch/riscv/cpu/ax25/Kconfig
riscv: add run mode configuration for SPL
[J-u-boot.git] / arch / riscv / cpu / ax25 / Kconfig
CommitLineData
52923c6d 1config RISCV_NDS
44fe795c 2 bool
8848474c
RC
3 select ARCH_EARLY_INIT_R
4 imply CPU
5 imply CPU_RISCV
6 imply RISCV_TIMER
fbfd92bf
LA
7 imply ANDES_PLIC if (RISCV_MMODE || SPL_RISCV_MMODE)
8 imply ANDES_PLMT if (RISCV_MMODE || SPL_RISCV_MMODE)
52923c6d 9 help
44fe795c
BM
10 Run U-Boot on AndeStar V5 platforms and use some specific features
11 which are provided by Andes Technology AndeStar V5 families.
12
13if RISCV_NDS
14
15config RISCV_NDS_CACHE
16 bool "AndeStar V5 families specific cache support"
fbfd92bf 17 depends on RISCV_MMODE || SPL_RISCV_MMODE
44fe795c
BM
18 help
19 Provide Andes Technology AndeStar V5 families specific cache support.
20
21endif
This page took 0.049278 seconds and 4 git commands to generate.