]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/xtensa/Kconfig
xtensa: add support for the 'xtfpga' evaluation board
[people/ms/u-boot.git] / arch / xtensa / Kconfig
CommitLineData
c978b524
CZ
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
7e270ec3
CZ
14config TARGET_XTFPGA
15 bool "Support XTFPGA"
c978b524
CZ
16
17endchoice
18
7e270ec3 19source "board/cadence/xtfpga/Kconfig"
c978b524
CZ
20
21endmenu