Kconfig (7e3bb169ff20972b7c238a9fda108b94e7cb9df0) Kconfig (685e42154dcf3f6c0a52c115bd15e3d28ad8621b)
1# Helper to resolve issues with configs that have SPI enabled but I2C
2# modular, meaning we can't build the codec driver in with I2C support.
3# We use an ordered list of conditional defaults to pick the appropriate
4# setting - SPI can't be modular so that case doesn't need to be covered.
5config SND_SOC_I2C_AND_SPI
6 tristate
7 default m if I2C=m
8 default y if I2C=y

--- 30 unchanged lines hidden (view full) ---

39 select SND_SOC_DA732X if I2C
40 select SND_SOC_DA9055 if I2C
41 select SND_SOC_DFBMCS320
42 select SND_SOC_ISABELLE if I2C
43 select SND_SOC_JZ4740_CODEC
44 select SND_SOC_LM4857 if I2C
45 select SND_SOC_LM49453 if I2C
46 select SND_SOC_MAX98088 if I2C
1# Helper to resolve issues with configs that have SPI enabled but I2C
2# modular, meaning we can't build the codec driver in with I2C support.
3# We use an ordered list of conditional defaults to pick the appropriate
4# setting - SPI can't be modular so that case doesn't need to be covered.
5config SND_SOC_I2C_AND_SPI
6 tristate
7 default m if I2C=m
8 default y if I2C=y

--- 30 unchanged lines hidden (view full) ---

39 select SND_SOC_DA732X if I2C
40 select SND_SOC_DA9055 if I2C
41 select SND_SOC_DFBMCS320
42 select SND_SOC_ISABELLE if I2C
43 select SND_SOC_JZ4740_CODEC
44 select SND_SOC_LM4857 if I2C
45 select SND_SOC_LM49453 if I2C
46 select SND_SOC_MAX98088 if I2C
47 select SND_SOC_MAX98090 if I2C
47 select SND_SOC_MAX98095 if I2C
48 select SND_SOC_MAX9850 if I2C
49 select SND_SOC_MAX9768 if I2C
50 select SND_SOC_MAX9877 if I2C
51 select SND_SOC_MC13783 if MFD_MC13XXX
52 select SND_SOC_ML26124 if I2C
53 select SND_SOC_OMAP_HDMI_CODEC if OMAP4_DSS_HDMI
54 select SND_SOC_PCM3008

--- 207 unchanged lines hidden (view full) ---

262 tristate
263
264config SND_SOC_LM49453
265 tristate
266
267config SND_SOC_MAX98088
268 tristate
269
48 select SND_SOC_MAX98095 if I2C
49 select SND_SOC_MAX9850 if I2C
50 select SND_SOC_MAX9768 if I2C
51 select SND_SOC_MAX9877 if I2C
52 select SND_SOC_MC13783 if MFD_MC13XXX
53 select SND_SOC_ML26124 if I2C
54 select SND_SOC_OMAP_HDMI_CODEC if OMAP4_DSS_HDMI
55 select SND_SOC_PCM3008

--- 207 unchanged lines hidden (view full) ---

263 tristate
264
265config SND_SOC_LM49453
266 tristate
267
268config SND_SOC_MAX98088
269 tristate
270
271config SND_SOC_MAX98090
272 tristate
273
270config SND_SOC_MAX98095
271 tristate
272
273config SND_SOC_MAX9850
274 tristate
275
276config SND_SOC_OMAP_HDMI_CODEC
277 tristate

--- 233 unchanged lines hidden ---
274config SND_SOC_MAX98095
275 tristate
276
277config SND_SOC_MAX9850
278 tristate
279
280config SND_SOC_OMAP_HDMI_CODEC
281 tristate

--- 233 unchanged lines hidden ---