mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 07:01:24 +00:00
19 lines
189 B
Text
19 lines
189 B
Text
|
menu "Xtensa architecture"
|
||
|
depends on XTENSA
|
||
|
|
||
|
config SYS_ARCH
|
||
|
string
|
||
|
default "xtensa"
|
||
|
|
||
|
config SYS_CPU
|
||
|
string "Xtensa Core Variant"
|
||
|
|
||
|
choice
|
||
|
prompt "Target select"
|
||
|
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
|
||
|
endmenu
|