linux: change Device Tree prompt

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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yann E. MORIN 2015-01-02 13:26:27 +01:00 committed by Peter Korsgaard
parent db748e8639
commit be529e2218

View File

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