mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-12 22:33:27 +08:00
19 lines
189 B
Plaintext
19 lines
189 B
Plaintext
|
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
|