aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2019-11-09 10:45:19 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-11-09 14:33:51 +0100
commit2aa92335cdc5f71c2d09391dc49fcf3c7627d6f0 (patch)
treefb68862bcf009d6ac2f26d8e179f4fe551f26b71
parentce10b1ef008b609381cebe78ca0871a68de84733 (diff)
downloadbuildroot-2aa92335cdc5f71c2d09391dc49fcf3c7627d6f0.tar.bz2
configs/raspberrypi3_64_defconfig: enable device tree overlay support
Enables the usage of the standard Raspberry Pi overlays (as already possible for all 32bit defconfigs and as expected by most Raspberry Pi defconfig users), follow up patch will use the overlay feature to enable the ttyS0 serial console in the same way as done for the raspberrypi3_defconfig case (instead using an alternative approach). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--configs/raspberrypi3_64_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/raspberrypi3_64_defconfig b/configs/raspberrypi3_64_defconfig
index de1cd10c22..f9a6f5fe1f 100644
--- a/configs/raspberrypi3_64_defconfig
+++ b/configs/raspberrypi3_64_defconfig
@@ -17,6 +17,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi3"
# Build the DTB from the kernel sources
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2710-rpi-3-b broadcom/bcm2710-rpi-3-b-plus broadcom/bcm2837-rpi-3-b"
+BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT=y
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y