summaryrefslogtreecommitdiffstats
path: root/target/device/x86/Config.in
blob: 99887b622dff4e784ed1aa94f83df26047bb5e41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
comment "Generic x86 Device Support"
	depends BR2_i386

config BR2_TARGET_X86_GENERIC
	bool "Generic x86 support"
	depends BR2_i386
	default n
	select BR2_PACKAGE_LINUX
	help
	  Generic x86 support.

comment "Package support"
	depends BR2_TARGET_AMD_ALCHEMY

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