summaryrefslogtreecommitdiffstats
path: root/arch/linux/Kconfig
blob: b5674db236669b8b8c33cbdfa0eb3e590662cb64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

config TEXT_BASE
	string
	default "0x08f00000" if MACH_MX1ADS

config LINUX
	bool
	default y

config ARCH_LINUX
	bool

source common/Kconfig
source net/Kconfig
source drivers/Kconfig
source fs/Kconfig