summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Kconfig
blob: c20a9171a70ad9c7c919181781be9424e4a26a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 ARCH_LINUX
	bool

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