summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/ax25/Kconfig
blob: e9dbca2faeadac5cf6a2adbae1762c48d377922c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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