[PATCH] ARM: rockchip_v8_defconfig: Enable VOP2 driver

Sascha Hauer s.hauer at pengutronix.de
Wed Oct 23 06:43:07 PDT 2024


Enable VOP2 driver to get some compilation coverage for this driver.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 arch/arm/configs/rockchip_v8_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/configs/rockchip_v8_defconfig b/arch/arm/configs/rockchip_v8_defconfig
index 216a88e824..70db027bdc 100644
--- a/arch/arm/configs/rockchip_v8_defconfig
+++ b/arch/arm/configs/rockchip_v8_defconfig
@@ -116,6 +116,11 @@ CONFIG_USB_GADGET_DFU=y
 CONFIG_USB_GADGET_SERIAL=y
 CONFIG_USB_GADGET_FASTBOOT=y
 CONFIG_USB_GADGET_MASS_STORAGE=y
+CONFIG_VIDEO=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
+CONFIG_DRIVER_VIDEO_ROCKCHIP=y
+CONFIG_DRIVER_VIDEO_ROCKCHIP_VOP2=y
+CONFIG_DRIVER_VIDEO_ROCKCHIP_HDMI=y
 CONFIG_MCI=y
 CONFIG_MCI_STARTUP=y
 CONFIG_MCI_MMC_BOOT_PARTITIONS=y
-- 
2.39.5




More information about the barebox mailing list