brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · 15fc182 Raw
54 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_DW_HDMI3	tristate4	select DRM_DISPLAY_HDMI_HELPER5	select DRM_DISPLAY_HELPER6	select DRM_KMS_HELPER7	select REGMAP_MMIO8	select CEC_CORE if CEC_NOTIFIER9 10config DRM_DW_HDMI_AHB_AUDIO11	tristate "Synopsys Designware AHB Audio interface"12	depends on DRM_DW_HDMI && SND13	select SND_PCM14	select SND_PCM_ELD15	select SND_PCM_IEC95816	help17	  Support the AHB Audio interface which is part of the Synopsys18	  Designware HDMI block.  This is used in conjunction with19	  the i.MX6 HDMI driver.20 21config DRM_DW_HDMI_I2S_AUDIO22	tristate "Synopsys Designware I2S Audio interface"23	depends on SND_SOC24	depends on DRM_DW_HDMI25	select SND_SOC_HDMI_CODEC26	help27	  Support the I2S Audio interface which is part of the Synopsys28	  Designware HDMI block.29 30config DRM_DW_HDMI_GP_AUDIO31	tristate "Synopsys Designware GP Audio interface"32	depends on DRM_DW_HDMI && SND33	select SND_PCM34	select SND_PCM_ELD35	select SND_PCM_IEC95836	help37	  Support the GP Audio interface which is part of the Synopsys38	  Designware HDMI block.39 40config DRM_DW_HDMI_CEC41	tristate "Synopsis Designware CEC interface"42	depends on DRM_DW_HDMI43	select CEC_CORE44	select CEC_NOTIFIER45	help46	  Support the CE interface which is part of the Synopsys47	  Designware HDMI block.48 49config DRM_DW_MIPI_DSI50	tristate51	select DRM_KMS_HELPER52	select DRM_MIPI_DSI53	select DRM_PANEL_BRIDGE54