historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/arch/xtensa/Kconfig

22 lines
271 B
Text
Raw Normal View History

2024-01-16 11:20:27 -06:00
menu "Xtensa architecture"
depends on XTENSA
config SYS_ARCH
string
default "xtensa"
config SYS_CPU
string "Xtensa Core Variant"
choice
prompt "Target select"
config TARGET_XTFPGA
bool "Support XTFPGA"
endchoice
source "board/cadence/xtfpga/Kconfig"
endmenu