diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-08-07 15:41:34 +0300 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-08 17:14:04 +0200 |
commit | 0cfe1332d816d791b86ff353fc0ea99d55d8f2c7 (patch) | |
tree | 97ffc2b80e670947626f641c443344cbcfca4136 | |
parent | f6756d69154bb8a68232ff11d4b15a2a8f0788b0 (diff) | |
download | buildroot-0cfe1332d816d791b86ff353fc0ea99d55d8f2c7.tar.gz buildroot-0cfe1332d816d791b86ff353fc0ea99d55d8f2c7.zip |
linux: drop full stop from prompt text
We don't add a full stop at the end of the prompt text.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in index 59cb3af52c..b654b5d981 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -368,7 +368,7 @@ choice default BR2_LINUX_KERNEL_USE_INTREE_DTS config BR2_LINUX_KERNEL_USE_INTREE_DTS - bool "Use a device tree present in the kernel." + bool "Use a device tree present in the kernel" help Use a device tree source distributed with the kernel sources. The dts files are located |