blob: 68bd4e941956885b0ca0496415dd07a1f88f7dd9 [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 Chen842d5802018-11-07 09:34:06 +080017 help
Bin Meng4b284ad2018-12-12 06:12:28 -080018 Provide Andes Technology AndeStar V5 families specific cache support.
19
20endif