summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Kconfig
blob: 6ec71a99e53fcfd992f64be379a9d3a9e951e137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config SANDBOX
	bool
	select OFTREE
	select GPIOLIB
	select ARCH_HAS_UBSAN_SANITIZE_ALL
	select HAVE_ARCH_KASAN
	default y

config ARCH_TEXT_BASE
	hex
	default 0x00000000

config LINUX
	bool
	default y
	select GENERIC_FIND_NEXT_BIT

config SANDBOX_UNWIND
	bool
	default y
	select ARCH_HAS_STACK_DUMP
	depends on UBSAN || KASAN