Skip to content

Commit 59d68c0

Browse files
HiassofTpopcornmix
authored andcommitted
config: fix RaspiDAC Rev.3x dependencies
Change depends to SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S like the other I2S soundcard drivers. Signed-off-by: Matthias Reichl <[email protected]>
1 parent 5178cff commit 59d68c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/bcm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ config SND_BCM2708_SOC_IQAUDIO_DAC
7070

7171
config SND_BCM2708_SOC_RASPIDAC3
7272
tristate "Support for RaspiDAC Rev.3x"
73-
depends on SND_BCM2708_SOC_I2S
73+
depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
7474
select SND_SOC_PCM512x_I2C
7575
select SND_SOC_TPA6130A2
7676
help

0 commit comments

Comments
 (0)