Loading...
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_DW_HDMI
3 tristate
4 select DRM_KMS_HELPER
5 select REGMAP_MMIO
6 select CEC_CORE if CEC_NOTIFIER
7
8config DRM_DW_HDMI_AHB_AUDIO
9 tristate "Synopsys Designware AHB Audio interface"
10 depends on DRM_DW_HDMI && SND
11 select SND_PCM
12 select SND_PCM_ELD
13 select SND_PCM_IEC958
14 help
15 Support the AHB Audio interface which is part of the Synopsys
16 Designware HDMI block. This is used in conjunction with
17 the i.MX6 HDMI driver.
18
19config DRM_DW_HDMI_I2S_AUDIO
20 tristate "Synopsys Designware I2S Audio interface"
21 depends on SND_SOC
22 depends on DRM_DW_HDMI
23 select SND_SOC_HDMI_CODEC
24 help
25 Support the I2S Audio interface which is part of the Synopsys
26 Designware HDMI block.
27
28config DRM_DW_HDMI_CEC
29 tristate "Synopsis Designware CEC interface"
30 depends on DRM_DW_HDMI
31 select CEC_CORE
32 select CEC_NOTIFIER
33 help
34 Support the CE interface which is part of the Synopsys
35 Designware HDMI block.
36
37config DRM_DW_MIPI_DSI
38 tristate
39 select DRM_KMS_HELPER
40 select DRM_MIPI_DSI
41 select DRM_PANEL_BRIDGE
1config DRM_DW_HDMI
2 tristate
3 select DRM_KMS_HELPER
4 select REGMAP_MMIO
5 select CEC_CORE if CEC_NOTIFIER
6
7config DRM_DW_HDMI_AHB_AUDIO
8 tristate "Synopsys Designware AHB Audio interface"
9 depends on DRM_DW_HDMI && SND
10 select SND_PCM
11 select SND_PCM_ELD
12 select SND_PCM_IEC958
13 help
14 Support the AHB Audio interface which is part of the Synopsys
15 Designware HDMI block. This is used in conjunction with
16 the i.MX6 HDMI driver.
17
18config DRM_DW_HDMI_I2S_AUDIO
19 tristate "Synopsys Designware I2S Audio interface"
20 depends on SND_SOC
21 depends on DRM_DW_HDMI
22 select SND_SOC_HDMI_CODEC
23 help
24 Support the I2S Audio interface which is part of the Synopsys
25 Designware HDMI block.
26
27config DRM_DW_HDMI_CEC
28 tristate "Synopsis Designware CEC interface"
29 depends on DRM_DW_HDMI
30 select CEC_CORE
31 select CEC_NOTIFIER
32 help
33 Support the CE interface which is part of the Synopsys
34 Designware HDMI block.
35
36config DRM_DW_MIPI_DSI
37 tristate
38 select DRM_KMS_HELPER
39 select DRM_MIPI_DSI
40 select DRM_PANEL_BRIDGE