]> Git Repo - J-u-boot.git/blob - arch/riscv/cpu/ax25/Kconfig
driver: cache-v5l2: Fix type casting warning on RV32
[J-u-boot.git] / arch / riscv / cpu / ax25 / Kconfig
1 config RISCV_NDS
2         bool
3         select ARCH_EARLY_INIT_R
4         imply CPU
5         imply CPU_RISCV
6         imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)
7         imply ANDES_PLICSW if (RISCV_MMODE || SPL_RISCV_MMODE)
8         imply ANDES_PLMT_TIMER if (RISCV_MMODE || SPL_RISCV_MMODE)
9         imply V5L2_CACHE
10         imply SPL_CPU
11         imply SPL_OPENSBI
12         imply SPL_LOAD_FIT
13         help
14           Run U-Boot on AndeStar V5 platforms and use some specific features
15           which are provided by Andes Technology AndeStar V5 families.
This page took 0.030362 seconds and 4 git commands to generate.