diff options
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | 2018-08-29 18:47:55 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-08-30 22:19:32 +0200 |
commit | 4eb2534057b1b01014a2b2bb6898d9934d2ba831 (patch) | |
tree | 9e8bfb3ace270e32ec66cc7c85aa03b65242b0b9 /arch/arm/configs | |
parent | ARM: configs: at91: Add I2S driver to sama5 (diff) | |
download | linux-4eb2534057b1b01014a2b2bb6898d9934d2ba831.tar.xz linux-4eb2534057b1b01014a2b2bb6898d9934d2ba831.zip |
ARM: multi_v7_defconfig: add Atmel I2S driver
Add atmel-i2s driver CONFIG_SND_ATMEL_SOC_I2S.
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index a1b2cfa06336..2ea266a9a1d6 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -651,6 +651,7 @@ CONFIG_SND_SOC=m CONFIG_SND_ATMEL_SOC=m CONFIG_SND_ATMEL_SOC_WM8904=m CONFIG_SND_ATMEL_SOC_PDMIC=m +CONFIG_SND_ATMEL_SOC_I2S=m CONFIG_SND_BCM2835_SOC_I2S=m CONFIG_SND_SOC_FSL_SAI=m CONFIG_SND_SOC_ROCKCHIP=m |