From ab0b6e0315c025f645be9090d16a83aaa2ab2511 Mon Sep 17 00:00:00 2001 From: yiguo Date: Thu, 6 Jun 2024 17:04:36 +0800 Subject: [PATCH 048/219] fix:add enable/disable for hdcp1x Changelogs: 1. add enable/disable for hdcp1x --- drivers/gpu/drm/eswin/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/eswin/Kconfig b/drivers/gpu/drm/eswin/Kconfig index 1ad77afba9c3..de77dc0d9101 100644 --- a/drivers/gpu/drm/eswin/Kconfig +++ b/drivers/gpu/drm/eswin/Kconfig @@ -71,6 +71,12 @@ config DW_HDMI_HDCP2 Support the HDCP2 interface which is part of the Synopsys Designware HDMI block. +config DW_HDMI_HDCP1X_ENABLED + bool "Synopsis Designware HDCP1X enabled" + depends on DW_HDMI_HDCP + help + Enable/Disable HDCP1X of the Synopsys Designware HDMI block. + config ESWIN_MIPI_DSI tristate "Eswin mipi dsi and 1080p panel driver" -- 2.47.0