summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Kconfig
blob: 5227cb624f2bcd182c6290a7547a2ad0e27919bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config SANDBOX
	bool
	select OFTREE
	select GPIOLIB
	default y

config ARCH_TEXT_BASE
	hex
	default 0x00000000

config LINUX
	bool
	default y
	select GENERIC_FIND_NEXT_BIT

config ARCH_LINUX
	bool