1 menu "NDS32 architecture"
11 config TARGET_ADP_AG101P
12 bool "Support adp-ag101p"
14 config TARGET_ADP_AE3XX
15 bool "Support adp-ae3xx"
20 bool "Do not enable icache"
23 Do not enable instruction cache in U-Boot.
25 config SPL_SYS_ICACHE_OFF
26 bool "Do not enable icache in SPL"
28 default SYS_ICACHE_OFF
30 Do not enable instruction cache in SPL.
33 bool "Do not enable dcache"
36 Do not enable data cache in U-Boot.
38 config SPL_SYS_DCACHE_OFF
39 bool "Do not enable dcache in SPL"
41 default SYS_DCACHE_OFF
43 Do not enable data cache in SPL.
45 source "board/AndesTech/adp-ag101p/Kconfig"
46 source "board/AndesTech/adp-ae3xx/Kconfig"