mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
24 lines
760 B
Diff
24 lines
760 B
Diff
|
From a44812330b02d78a28b17f1e364e73d827f4a872 Mon Sep 17 00:00:00 2001
|
||
|
From: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
||
|
Date: Mon, 4 Feb 2019 12:45:25 +0000
|
||
|
Subject: [PATCH 349/703] configs: Add VIDEO_BCM2835 to bcmrpi3_defconfig
|
||
|
|
||
|
This is now shown to work with 64 bit kernels, so add it to
|
||
|
the defconfig.
|
||
|
|
||
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
||
|
---
|
||
|
arch/arm64/configs/bcmrpi3_defconfig | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- a/arch/arm64/configs/bcmrpi3_defconfig
|
||
|
+++ b/arch/arm64/configs/bcmrpi3_defconfig
|
||
|
@@ -1070,6 +1070,7 @@ CONFIG_FB_TFT_WATTEROTT=m
|
||
|
CONFIG_FB_FLEX=m
|
||
|
CONFIG_FB_TFT_FBTFT_DEVICE=m
|
||
|
CONFIG_SND_BCM2835=m
|
||
|
+CONFIG_VIDEO_BCM2835=m
|
||
|
CONFIG_MAILBOX=y
|
||
|
CONFIG_BCM2835_MBOX=y
|
||
|
# CONFIG_IOMMU_SUPPORT is not set
|