blob: 6b4b92e6921612828ba6665a3a9e63ae59f5fb83 [file] [log] [blame]
Rick Chen842d5802018-11-07 09:34:06 +08001config RISCV_NDS
Bin Meng4b284ad2018-12-12 06:12:28 -08002 bool
Rick Chen14a10752019-04-02 15:56:41 +08003 select ARCH_EARLY_INIT_R
4 imply CPU
5 imply CPU_RISCV
6 imply RISCV_TIMER
7 imply ANDES_PLIC if RISCV_MMODE
8 imply ANDES_PLMT if RISCV_MMODE
Bin Meng4b284ad2018-12-12 06:12:28 -08009 help
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"
Rick Chenf71410a2019-04-02 15:56:42 +080017 depends on RISCV_MMODE
Rick Chen842d5802018-11-07 09:34:06 +080018 help
Bin Meng4b284ad2018-12-12 06:12:28 -080019 Provide Andes Technology AndeStar V5 families specific cache support.
20
21endif