From 0cfe1332d816d791b86ff353fc0ea99d55d8f2c7 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Mon, 7 Aug 2017 15:41:34 +0300 Subject: [PATCH] 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 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- linux/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2