summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-23 21:06:09 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-23 21:06:09 (GMT)
commit4902ad7b078450e54c21bb5caf4505b3715acbb9 (patch)
treec1b2ffe9f2f9434091a3a8dbd597b327d2bf72f2 /config
parentdfe9efd35f353439c299ee52daf43469ea2ca84d (diff)
The linux kernel config file is now optional. If none is given, a default one is created using the default target for the given architecture.
Diffstat (limited to 'config')
-rw-r--r--config/kernel_linux.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/kernel_linux.in b/config/kernel_linux.in
index c1699ae..4d74961 100644
--- a/config/kernel_linux.in
+++ b/config/kernel_linux.in
@@ -117,8 +117,9 @@ config KERNEL_LINUX_CONFIG_FILE
prompt "Configuration file"
default ""
help
- Path to the kernel configuration file.
+ Path to a kernel configuration file.
- You _must_ provide one (for now).
+ If you don't provide one, then the default configuration for
+ your target will be used.
endif