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
|