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