linux: clarify kernel configuration entries
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Thu, 5 Mar 2015 17:55:12 +0000 (12:55 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 5 Mar 2015 20:18:35 +0000 (21:18 +0100)
Since BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE can either be a complete
.config file or a defconfig file, it can be confusing to the user
whether to choose BR2_LINUX_KERNEL_USE_DEFCONFIG or
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG.

To avoid that confusion, clarify Kconfig entry messages for in-tree
defconfig and custom (def)config files.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/Config.in

index 95c847b2ead330368e347ca83c1ec1f46466adb2..36d769180fd5b9dd3a3df3c6e20e3fb3105cadf3 100644 (file)
@@ -140,10 +140,10 @@ choice
        default BR2_LINUX_KERNEL_USE_DEFCONFIG
 
 config BR2_LINUX_KERNEL_USE_DEFCONFIG
-       bool "Using a defconfig"
+       bool "Using an in-tree defconfig file"
 
 config BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG
-       bool "Using a custom config file"
+       bool "Using a custom (def)config file"
 
 endchoice
 
@@ -161,6 +161,9 @@ config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE
        help
          Path to the kernel configuration file
 
+         Note: this can be a defconfig file or a complete .config file,
+         which can later be saved back with make linux-update-(def)config.
+
 #
 # Binary format
 #