diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-07-14 21:40:04 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-15 00:57:07 +0200 |
commit | 8dfbaf20f546024acb8a03a82e676c7547c64ae6 (patch) | |
tree | c083264795a2ea91c3bdd7b5e89304aa7cc3a673 | |
parent | 55bdb7d01a563bb64ec057b0cf2e759135efb2f2 (diff) |
linux: clarify the BR2_LINUX_KERNEL_DEFCONFIG help text
The help text of BR2_LINUX_KERNEL_DEFCONFIG is confusing: it seems to
point to the defconfigs in the buildroot tree. So explicitly refer to
the kernel tree in the help text.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | linux/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in index 9c2643906..c969be628 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -115,8 +115,9 @@ config BR2_LINUX_KERNEL_DEFCONFIG string "Defconfig name" depends on BR2_LINUX_KERNEL_USE_DEFCONFIG help - Name of the defconfig file to use, without the trailing - _defconfig + Name of the kernel defconfig file to use, without the + trailing _defconfig. The defconfig is located in + arch/<arch>/configs in the kernel tree. config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE string "Configuration file path" |