diff options
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | 2018-08-31 20:14:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-03 16:41:26 +0300 |
commit | a45f8853a5f95e3760dfbd7ba09d3d597d247040 (patch) | |
tree | 20a384d01b9c53bb10eaedb69892532218fe297a /sound/soc/atmel/Kconfig | |
parent | 6ab6a2474e0dce02f71e92adb9778a168a8931f4 (diff) | |
download | linux-a45f8853a5f95e3760dfbd7ba09d3d597d247040.tar.xz |
ASoC: Add driver for PROTO Audio CODEC (with a WM8731)
Add support for the MikroElektronika PROTO audio codec board.
URL to the audio chip:
http://www.mikroe.com/add-on-boards/audio-voice/audio-codec-proto/
Signed-off-by: Florian Meier <florian.meier@koalo.de>
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/atmel/Kconfig')
-rw-r--r-- | sound/soc/atmel/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig index 64b784e96f84..81a0712d4f14 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig @@ -97,4 +97,15 @@ config SND_ATMEL_SOC_I2S help Say Y or M if you want to add support for Atmel ASoc driver for boards using I2S. + +config SND_SOC_MIKROE_PROTO + tristate "Support for Mikroe-PROTO board" + depends on OF + select SND_SOC_WM8731 + help + Say Y or M if you want to add support for MikroElektronika PROTO Audio + Board. This board contains the WM8731 codec, which can be configured + using I2C over SDA (MPU Data Input) and SCL (MPU Clock Input) pins. + Both playback and capture are supported. + endif |