2016-08-10 23:36:44 +08:00
|
|
|
menu "Xtensa architecture"
|
|
|
|
depends on XTENSA
|
|
|
|
|
|
|
|
config SYS_ARCH
|
|
|
|
string
|
|
|
|
default "xtensa"
|
|
|
|
|
|
|
|
config SYS_CPU
|
|
|
|
string "Xtensa Core Variant"
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Target select"
|
|
|
|
|
2016-08-10 23:36:48 +08:00
|
|
|
config TARGET_XTFPGA
|
|
|
|
bool "Support XTFPGA"
|
2016-08-10 23:36:44 +08:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2019-05-03 21:40:59 +08:00
|
|
|
config SYS_ICACHE_OFF
|
|
|
|
bool "Do not enable icache"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Do not enable instruction cache in U-Boot.
|
|
|
|
|
|
|
|
config SYS_DCACHE_OFF
|
|
|
|
bool "Do not enable dcache"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Do not enable data cache in U-Boot.
|
|
|
|
|
2016-08-10 23:36:48 +08:00
|
|
|
source "board/cadence/xtfpga/Kconfig"
|
2016-08-10 23:36:44 +08:00
|
|
|
|
|
|
|
endmenu
|