Rick Chen | 842d580 | 2018-11-07 09:34:06 +0800 | [diff] [blame] | 1 | config RISCV_NDS |
Bin Meng | 4b284ad | 2018-12-12 06:12:28 -0800 | [diff] [blame] | 2 | bool |
| 3 | help |
| 4 | Run U-Boot on AndeStar V5 platforms and use some specific features |
| 5 | which are provided by Andes Technology AndeStar V5 families. |
| 6 | |
| 7 | if RISCV_NDS |
| 8 | |
| 9 | config RISCV_NDS_CACHE |
| 10 | bool "AndeStar V5 families specific cache support" |
Rick Chen | 842d580 | 2018-11-07 09:34:06 +0800 | [diff] [blame] | 11 | help |
Bin Meng | 4b284ad | 2018-12-12 06:12:28 -0800 | [diff] [blame] | 12 | Provide Andes Technology AndeStar V5 families specific cache support. |
| 13 | |
| 14 | endif |