summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.xtensa
blob: 7316c542d896c7f4badeef19466edeb5a260182e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# For a description of the syntax of this configuration file,
# see extra/config/kconfig-language.txt
#

config TARGET_ARCH
	string
	default "xtensa"

config FORCE_OPTIONS_FOR_ARCH
	bool
	default y
	select ARCH_ANY_ENDIAN
	select ARCH_HAS_DEPRECATED_SYSCALLS
	select ARCH_HAS_UCONTEXT