diff mbox

linux: change Device Tree prompt

Message ID 1420201587-27417-1-git-send-email-yann.morin.1998@free.fr
State Accepted
Commit be529e22189b425edb3e6c23dea91f3c1d91a694
Headers show

Commit Message

Yann E. MORIN Jan. 2, 2015, 12:26 p.m. UTC
The current prompt seems to imply that we want to add Device Tree
support to the Linux kernel:

    [*] Device tree support

But what it really means is that Buildroot will build a DTB.

Change the prompt so that it is obvious that this is the intended
behaviour, and users do not get mislead as to why Device Tree support is
not automatically added to their Linux kernel.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

---
Changes v1 -> v2:
  - tweak help entry to state this can be multiple DTBs  (Thomas)
---
 linux/Config.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard Jan. 2, 2015, 1:45 p.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > The current prompt seems to imply that we want to add Device Tree
 > support to the Linux kernel:

 >     [*] Device tree support

 > But what it really means is that Buildroot will build a DTB.

 > Change the prompt so that it is obvious that this is the intended
 > behaviour, and users do not get mislead as to why Device Tree support is
 > not automatically added to their Linux kernel.

 > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 > Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

 > ---
 > Changes v1 -> v2:
 >   - tweak help entry to state this can be multiple DTBs  (Thomas)

Committed, thanks.
diff mbox

Patch

diff --git a/linux/Config.in b/linux/Config.in
index ba4b574..bf30426 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -269,10 +269,10 @@  config BR2_LINUX_KERNEL_UIMAGE_LOADADDR
 	  If unsure, let this option empty.
 
 config BR2_LINUX_KERNEL_DTS_SUPPORT
-	bool "Device tree support"
+	bool "Build a Device Tree Blob (DTB)"
 	help
-	  Compile a device tree source into a device tree blob.
-	  Select the dts file to compile in the options below.
+	  Compile one or more device tree sources into device tree blobs.
+	  Select the dts files to compile in the options below.
 
 if BR2_LINUX_KERNEL_DTS_SUPPORT