u-boot-brain/arch/riscv/cpu/ax25/Kconfig

15 lines
339 B
Plaintext
Raw Normal View History

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