diff options
author | Simon Glass <sjg@chromium.org> | 2019-04-01 13:38:39 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2019-05-24 10:13:52 -0700 |
commit | 112f2e1443428f3fa6dda91058557eb5cbfc3d43 (patch) | |
tree | 6bc6c1aec281378f523933340e475ebe1f8e3bbe /drivers/sound/Kconfig | |
parent | c9d7542bf3014f46ce55e212122f02b77dd651a1 (diff) |
tegra: sound: Add an audio hub driver
Add a driver for the audio hub. This is modelled as a misc device which
supports writing audio data from I2S.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'drivers/sound/Kconfig')
-rw-r--r-- | drivers/sound/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/sound/Kconfig b/drivers/sound/Kconfig index 6e9dcefcb9..4ebc719be2 100644 --- a/drivers/sound/Kconfig +++ b/drivers/sound/Kconfig @@ -71,6 +71,15 @@ config SOUND_IVYBRIDGE sometimes called Azalia. The audio codec is detected using a semi-automatic mechanism. +config I2S_TEGRA + bool "Enable I2S support for Nvidia Tegra SoCs" + depends on I2S + select TEGRA124_DMA + help + Nvidia Tegra SoCs support several I2S interfaces for sending audio + data to an audio codec. This option enables support for this, + using one of the available audio codec drivers. + config SOUND_MAX98088 bool "Support Maxim max98088 audio codec" depends on I2S |