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)
commit18215323070ee00240879429224511af43bbc14d
tree5044bf3010538be75f98d1b5b2b699ee7cc33c66
parent4554ed568dd945b75edd4e20f886871c5f978cc8
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>
linux/Config.in