summaryrefslogtreecommitdiffstats
path: root/target/device/Config.in
blob: 15abad8f639f79adf8f6708dca8d019c548f043b (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
26
27
menu "Board Support Options"

config BR2_PACKAGE_LINUX
	bool "linux kernel"
	default n
	help
	  The Linux kernel.
	  http://www.kernel.org/

	  Note: Requires kernel-headers >= 2.6.19 since the other
	        kernel headers are just that (headers) and not full
		kernels. This is a feature.

source "target/device/AMD/Config.in"
source "target/device/Arm/Config.in"
source "target/device/Atmel/Config.in"
source "target/device/Hitachi/Config.in"
source "target/device/jp/Config.in"
source "target/device/Sharp/Config.in"
source "target/device/Soekris/Config.in"
source "target/device/Via/Config.in"
source "target/device/x86/Config.in"

# This must be last
source "target/generic/Config.in"

endmenu