-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Drew Moseley <[email protected]>
- Loading branch information
1 parent
33c4405
commit 00e0227
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
require raspberrypi3-64.inc | ||
|
||
KERNEL_DEVICETREE:raspberrypi0-2w-64:sota ?= " broadcom/bcm2710-rpi-zero-2.dtb overlays/vc4-fkms-v3d.dtbo overlays/rpi-ft5406.dtbo" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
CONFIG_I2C_ALGOBIT=y | ||
CONFIG_CEC_CORE=y | ||
CONFIG_DRM=y | ||
# CONFIG_DRM_DEBUG_MM is not set | ||
CONFIG_DRM_KMS_HELPER=y | ||
CONFIG_DRM_SCHED=y | ||
CONFIG_DRM_V3D=y | ||
CONFIG_SND=y | ||
CONFIG_SND_SOC=y | ||
CONFIG_SND_BCM2835=y | ||
CONFIG_DRM_VC4=y | ||
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y | ||
CONFIG_FB_CFB_FILLRECT=y | ||
CONFIG_FB_CFB_COPYAREA=y | ||
CONFIG_FB_CFB_IMAGEBLIT=y | ||
CONFIG_FB_SYS_FILLRECT=y | ||
CONFIG_FB_SYS_COPYAREA=y | ||
CONFIG_FB_SYS_IMAGEBLIT=y | ||
CONFIG_FB_SYS_FOPS=y | ||
CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
CONFIG_DRM_PANEL_SIMPLE=y | ||
CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters