summaryrefslogtreecommitdiffstats
path: root/target/linux/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-22 14:53:38 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-22 14:53:38 +0000
commitea3aa3aa284645bead2640dbec925d7ef3efea00 (patch)
tree2b573ba3248c196adecbb534fda9dc281b659900 /target/linux/Config.in
parentadf28e194c8a67aca6d8635fa7a10639d5070552 (diff)
downloadbuildroot-novena-ea3aa3aa284645bead2640dbec925d7ef3efea00.tar.gz
buildroot-novena-ea3aa3aa284645bead2640dbec925d7ef3efea00.zip
- add a more generic "Kernel" menu instead of "Linux Options"
Diffstat (limited to 'target/linux/Config.in')
-rw-r--r--target/linux/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/Config.in b/target/linux/Config.in
index 2b3d58c00..13d5b389c 100644
--- a/target/linux/Config.in
+++ b/target/linux/Config.in
@@ -1,8 +1,9 @@
-menu "Linux Options"
+#comment "Linux kernel options"
config BR2_PACKAGE_LINUX
bool "linux kernel"
- default n
+ depends on BR2_KERNEL_LINUX
+ default y
help
The Linux kernel.
http://www.kernel.org/
@@ -387,4 +388,3 @@ config BR2_LINUX_COPYTO
Copy kernel to secondary location
endif
-endmenu