linux: clarify the BR2_LINUX_KERNEL_DEFCONFIG help text
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 14 Jul 2012 19:40:04 +0000 (21:40 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 14 Jul 2012 22:57:07 +0000 (00:57 +0200)
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>
linux/Config.in

index 9c2643906f6b59225202dce9c9facedde1b6494a..c969be6286ba12a6e3a214508f31c95f8c5f0dd0 100644 (file)
@@ -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"