]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/xtensa/Kconfig
common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV_SPI_xxx
[people/ms/u-boot.git] / arch / xtensa / Kconfig
1 menu "Xtensa architecture"
2 depends on XTENSA
3
4 config SYS_ARCH
5 string
6 default "xtensa"
7
8 config SYS_CPU
9 string "Xtensa Core Variant"
10
11 choice
12 prompt "Target select"
13
14 config TARGET_XTFPGA
15 bool "Support XTFPGA"
16
17 endchoice
18
19 source "board/cadence/xtfpga/Kconfig"
20
21 endmenu