Skip to content

Commit

Permalink
config: fix RaspiDAC Rev.3x dependencies
Browse files Browse the repository at this point in the history
Change depends to SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
like the other I2S soundcard drivers.

Signed-off-by: Matthias Reichl <hias@horus.com>
  • Loading branch information
HiassofT authored and popcornmix committed Dec 15, 2015
1 parent ebabbdd commit 31f3dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/bcm/Kconfig
Expand Up @@ -70,7 +70,7 @@ config SND_BCM2708_SOC_IQAUDIO_DAC

config SND_BCM2708_SOC_RASPIDAC3
tristate "Support for RaspiDAC Rev.3x"
depends on SND_BCM2708_SOC_I2S
depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
select SND_SOC_PCM512x_I2C
select SND_SOC_TPA6130A2
help
Expand Down

0 comments on commit 31f3dfa

Please sign in to comment.