Laurent Pinchart | 35dc8aa | 2017-03-10 15:48:12 +0530 | [diff] [blame] | 1 | config DRM_DW_HDMI |
| 2 | tristate |
| 3 | select DRM_KMS_HELPER |
Laurent Pinchart | d758619 | 2017-06-10 11:59:43 +0300 | [diff] [blame] | 4 | select REGMAP_MMIO |
Laurent Pinchart | 35dc8aa | 2017-03-10 15:48:12 +0530 | [diff] [blame] | 5 | |
| 6 | config DRM_DW_HDMI_AHB_AUDIO |
| 7 | tristate "Synopsys Designware AHB Audio interface" |
| 8 | depends on DRM_DW_HDMI && SND |
| 9 | select SND_PCM |
| 10 | select SND_PCM_ELD |
| 11 | select SND_PCM_IEC958 |
| 12 | help |
| 13 | Support the AHB Audio interface which is part of the Synopsys |
| 14 | Designware HDMI block. This is used in conjunction with |
| 15 | the i.MX6 HDMI driver. |
| 16 | |
| 17 | config DRM_DW_HDMI_I2S_AUDIO |
| 18 | tristate "Synopsys Designware I2S Audio interface" |
| 19 | depends on SND_SOC |
| 20 | depends on DRM_DW_HDMI |
| 21 | select SND_SOC_HDMI_CODEC |
| 22 | help |
| 23 | Support the I2S Audio interface which is part of the Synopsys |
| 24 | Designware HDMI block. |