xref: /openbmc/u-boot/arch/xtensa/Kconfig (revision 2d2811c230be23d4cc810e60b0582f0b13d70d63)
1menu "Xtensa architecture"
2	depends on XTENSA
3
4config SYS_ARCH
5	string
6	default "xtensa"
7
8config SYS_CPU
9	string "Xtensa Core Variant"
10
11choice
12	prompt "Target select"
13
14
15endchoice
16
17
18endmenu
19