diff mbox

linux: change DEvice Tree prompt

Message ID 1420150099-13977-1-git-send-email-yann.morin.1998@free.fr
State Superseded
Headers show

Commit Message

Yann E. MORIN Jan. 1, 2015, 10:08 p.m. UTC
The current prompt seem to imp[ly 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>
---
 linux/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Jan. 1, 2015, 10:14 p.m. UTC | #1
Dear Yann E. MORIN,

Minor typo in title, but another comment below.

On Thu,  1 Jan 2015 23:08:19 +0100, Yann E. MORIN wrote:

>  config BR2_LINUX_KERNEL_DTS_SUPPORT
> -	bool "Device tree support"
> +	bool "Build a Device Tree Blob (DTB)"

We can actually build several DTBs. Is this worth caring about in the
phrasing of the option prompt?

Thomas
Yann E. MORIN Jan. 1, 2015, 10:19 p.m. UTC | #2
Thomas, All,

On 2015-01-01 23:14 +0100, Thomas Petazzoni spake thusly:
> Dear Yann E. MORIN,
> 
> Minor typo in title, but another comment below.
> 
> On Thu,  1 Jan 2015 23:08:19 +0100, Yann E. MORIN wrote:
> 
> >  config BR2_LINUX_KERNEL_DTS_SUPPORT
> > -	bool "Device tree support"
> > +	bool "Build a Device Tree Blob (DTB)"
> 
> We can actually build several DTBs. Is this worth caring about in the
> phrasing of the option prompt?

Yes, I pondered that for, like, two seconds, and decided to not care.
So, I don't care if you make that a plural before comitting. ;-)

However, making that a "one or more DTBs" thingy would be pretty much
less intelligible, I believe.

Regards,
Yann E. MORIN.
diff mbox

Patch

diff --git a/linux/Config.in b/linux/Config.in
index ba4b574..541002e 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -269,7 +269,7 @@  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.