summaryrefslogtreecommitdiffstats
path: root/package/rpi-firmware
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:18:04 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-02 14:36:19 +0200
commit2db9d93282a3c198ddc908082a17f261a48aa7b3 (patch)
tree10827fe565eb2e5192f4f5431d150e448d0efe65 /package/rpi-firmware
parentcf1c12bdba037b4e28e2d7fcef0e653a45016408 (diff)
downloadbuildroot-2db9d93282a3c198ddc908082a17f261a48aa7b3.tar.gz
buildroot-2db9d93282a3c198ddc908082a17f261a48aa7b3.zip
package/r*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter r in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rpi-firmware')
-rw-r--r--package/rpi-firmware/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/rpi-firmware/Config.in b/package/rpi-firmware/Config.in
index 7b37a3072b..4efef8691e 100644
--- a/package/rpi-firmware/Config.in
+++ b/package/rpi-firmware/Config.in
@@ -47,8 +47,8 @@ config BR2_PACKAGE_RPI_FIRMWARE_BOOT
config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
bool "Install Device Tree Blobs (DTBs)"
- depends on !BR2_LINUX_KERNEL_DTS_SUPPORT
default y
+ depends on !BR2_LINUX_KERNEL_DTS_SUPPORT
help
If you are using a Linux kernel <= 3.18, you should say 'y' here.
@@ -58,9 +58,9 @@ config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS
bool "Install DTB overlays"
+ default y
depends on BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS \
|| BR2_LINUX_KERNEL_DTS_SUPPORT
- default y
help
Say 'y' here if you need to load one or more of the DTB overlays,
to support HATs (Hardware Attached on Top, add-on modules).
OpenPOWER on IntegriCloud