summaryrefslogtreecommitdiffstats
path: root/target/device/x86/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/x86/Config.in')
-rw-r--r--target/device/x86/Config.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/device/x86/Config.in b/target/device/x86/Config.in
new file mode 100644
index 000000000..99887b622
--- /dev/null
+++ b/target/device/x86/Config.in
@@ -0,0 +1,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/
+