summaryrefslogtreecommitdiff
path: root/package/rpi-firmware
diff options
context:
space:
mode:
authorRyan Coe <bluemrp9@gmail.com>2015-03-04 11:06:26 -0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-04 21:27:43 +0100
commit4e92ffdc47cc4c857c5d635b4583a61bc4b3cb08 (patch)
treef5fc440dd80495d3701cc458d40f7161fdef691f /package/rpi-firmware
parente89fba08b888a4f7d5ea797019787866f04e4404 (diff)
rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
Signed-off-by: Ryan Coe <bluemrp9@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rpi-firmware')
-rw-r--r--package/rpi-firmware/Config.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/rpi-firmware/Config.in b/package/rpi-firmware/Config.in
index 80ba88ac1..cd45be4ea 100644
--- a/package/rpi-firmware/Config.in
+++ b/package/rpi-firmware/Config.in
@@ -45,15 +45,4 @@ config BR2_PACKAGE_RPI_FIRMWARE_BOOT
default "_x" if BR2_PACKAGE_RPI_FIRMWARE_X
default "_cd" if BR2_PACKAGE_RPI_FIRMWARE_CD
-config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
- bool "Install Device Tree Blobs (DTBs)"
- help
- Say 'y' here if you want to boot your kernel that has support
- for the device tree.
-
- Note that the defconfig files in the Raspberry Pi fork of the
- Linux kernel do not enable support for the Device Tree. You'll
- have to provide your own Linux config or defconfig file with
- device tree enabled, to make use of those DTBs.
-
endif # BR2_PACKAGE_RPI_FIRMWARE