nt9856x/rtos/BSP/u-boot/arch/riscv/cpu/ax25/Kconfig
2023-03-28 15:07:53 +08:00

15 lines
339 B
Plaintext

config RISCV_NDS
bool
help
Run U-Boot on AndeStar V5 platforms and use some specific features
which are provided by Andes Technology AndeStar V5 families.
if RISCV_NDS
config RISCV_NDS_CACHE
bool "AndeStar V5 families specific cache support"
help
Provide Andes Technology AndeStar V5 families specific cache support.
endif