summaryrefslogtreecommitdiffstats
path: root/target/device/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-01-30 01:58:18 +0100
committerBernhard Reutner-Fischer2007-01-30 01:58:18 +0100
commit8d583fc01a44c04c1872b2c6144a221df30ee78d (patch)
tree5a1671d08b60c20443e08f0bc4fd682a6dc20185 /target/device/Config.in
parent- drop some stuff (diff)
downloadbuildroot-8d583fc01a44c04c1872b2c6144a221df30ee78d.tar.gz
buildroot-8d583fc01a44c04c1872b2c6144a221df30ee78d.tar.xz
buildroot-8d583fc01a44c04c1872b2c6144a221df30ee78d.zip
- generalize the menuconfig linux kernel support
- simplify toplevel mkdir rules a tiny bit
Diffstat (limited to 'target/device/Config.in')
-rw-r--r--target/device/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/device/Config.in b/target/device/Config.in
index d4d58ba1e..788822f0c 100644
--- a/target/device/Config.in
+++ b/target/device/Config.in
@@ -1,5 +1,20 @@
menu "Board Support Options"
+config BR2_TARGET_GENERIC
+ bool "linux kernel"
+ default n
+ select BR2_PACKAGE_LINUX
+ help
+ Architecture or board dependant linux kernel.
+
+config BR2_PACKAGE_LINUX
+ bool "linux"
+ default n
+ depends BR2_TARGET_GENERIC
+ help
+ The Linux kernel.
+ http://www.kernel.org/
+
source "target/device/AMD/Config.in"
source "target/device/Atmel/Config.in"
source "target/device/Hitachi/Config.in"