blob: f4b59cb71d63f1ede1f2bbf2b05126ed5d93fc66 [file] [log] [blame]
Rick Chen52923c62018-11-07 09:34:06 +08001config RISCV_NDS
Bin Meng44fe7952018-12-12 06:12:28 -08002 bool
Rick Chen88484742019-04-02 15:56:41 +08003 select ARCH_EARLY_INIT_R
4 imply CPU
5 imply CPU_RISCV
6 imply RISCV_TIMER
Lukas Auerfbfd92b2019-08-21 21:14:43 +02007 imply ANDES_PLIC if (RISCV_MMODE || SPL_RISCV_MMODE)
8 imply ANDES_PLMT if (RISCV_MMODE || SPL_RISCV_MMODE)
Rick Chen52923c62018-11-07 09:34:06 +08009 help
Bin Meng44fe7952018-12-12 06:12:28 -080010 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"
Lukas Auerfbfd92b2019-08-21 21:14:43 +020017 depends on RISCV_MMODE || SPL_RISCV_MMODE
Bin Meng44fe7952018-12-12 06:12:28 -080018 help
19 Provide Andes Technology AndeStar V5 families specific cache support.
20
21endif