blob: d411a79c211f80b6d76017b4633d5ff23ebc3046 [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 Chena8323d12019-08-29 10:30:13 +08009 imply V5L2_CACHE
Rick Chen52923c62018-11-07 09:34:06 +080010 help
Bin Meng44fe7952018-12-12 06:12:28 -080011 Run U-Boot on AndeStar V5 platforms and use some specific features
12 which are provided by Andes Technology AndeStar V5 families.
13
14if RISCV_NDS
15
16config RISCV_NDS_CACHE
17 bool "AndeStar V5 families specific cache support"
Lukas Auerfbfd92b2019-08-21 21:14:43 +020018 depends on RISCV_MMODE || SPL_RISCV_MMODE
Bin Meng44fe7952018-12-12 06:12:28 -080019 help
20 Provide Andes Technology AndeStar V5 families specific cache support.
21
22endif