diff options
author | Liu Ying <victor.liu@nxp.com> | 2024-11-12 11:05:47 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-12-09 12:51:03 +0100 |
commit | 2b21c2306a9006e401c1ee3c694ecd327de4dc16 (patch) | |
tree | 53436b4bbcfba4a55722c23311ef7359db0750c8 /arch/arm64 | |
parent | ARM: imx_v6_v7_defconfig: enable JC42 for TQMa7x (diff) | |
download | linux-2b21c2306a9006e401c1ee3c694ecd327de4dc16.tar.xz linux-2b21c2306a9006e401c1ee3c694ecd327de4dc16.zip |
arm64: defconfig: Enable ITE IT6263 driver
ITE IT6263 LVDS to HDMI converter is populated on NXP IMX-LVDS-HDMI
and IMX-DLVDS-HDMI adapter cards. The adapter cards can connect to
i.MX8MP EVK base board to support video output through HDMI connectors.
Build the ITE IT6263 driver as a module.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c62831e61586..8801d335b3a8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -900,6 +900,7 @@ CONFIG_DRM_PANEL_SITRONIX_ST7703=m CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m CONFIG_DRM_PANEL_VISIONOX_VTDR6130=m CONFIG_DRM_FSL_LDB=m +CONFIG_DRM_ITE_IT6263=m CONFIG_DRM_LONTIUM_LT8912B=m CONFIG_DRM_LONTIUM_LT9611=m CONFIG_DRM_LONTIUM_LT9611UXC=m |