diff options
| author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2015-03-05 12:55:12 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-05 21:18:35 +0100 |
| commit | 18215323070ee00240879429224511af43bbc14d (patch) | |
| tree | 5044bf3010538be75f98d1b5b2b699ee7cc33c66 /linux/Config.in | |
| parent | 4554ed568dd945b75edd4e20f886871c5f978cc8 (diff) | |
| download | buildroot-18215323070ee00240879429224511af43bbc14d.tar.gz buildroot-18215323070ee00240879429224511af43bbc14d.zip | |
linux: clarify kernel configuration entries
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>
Diffstat (limited to 'linux/Config.in')
| -rw-r--r-- | linux/Config.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in index 95c847b2ea..36d769180f 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -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 # |

