We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2812dea commit b59a10cCopy full SHA for b59a10c
1 file changed
sound/soc/apple/Kconfig
@@ -12,12 +12,12 @@ config SND_SOC_APPLE_MACAUDIO
12
depends on ARCH_APPLE || COMPILE_TEST
13
select SND_SOC_APPLE_MCA
14
select SND_SIMPLE_CARD_UTILS
15
- select APPLE_ADMAC
+ select APPLE_ADMAC if DMADEVICES
16
select COMMON_CLK_APPLE_NCO if COMMON_CLK
17
- select SND_SOC_TAS2764
18
- select SND_SOC_TAS2770
19
- select SND_SOC_CS42L83
20
- select SND_SOC_CS42L84
+ select SND_SOC_TAS2764 if I2C
+ select SND_SOC_TAS2770 if I2C
+ select SND_SOC_CS42L83 if I2C
+ select SND_SOC_CS42L84 if I2C
21
select REGULATOR_FIXED_VOLTAGE
22
default ARCH_APPLE
23
help
0 commit comments