Kconfig (b291f42a37187cbd78ff59a34f2751164baad8bf) Kconfig (e9d97b05a80f27d5ba7379b108db19b0d93cf267)
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

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

85 select SND_SOC_ES7241
86 select SND_SOC_GTM601
87 select SND_SOC_HDAC_HDMI
88 select SND_SOC_HDAC_HDA
89 select SND_SOC_ICS43432
90 select SND_SOC_INNO_RK3036
91 select SND_SOC_ISABELLE if I2C
92 select SND_SOC_JZ4740_CODEC
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

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

85 select SND_SOC_ES7241
86 select SND_SOC_GTM601
87 select SND_SOC_HDAC_HDMI
88 select SND_SOC_HDAC_HDA
89 select SND_SOC_ICS43432
90 select SND_SOC_INNO_RK3036
91 select SND_SOC_ISABELLE if I2C
92 select SND_SOC_JZ4740_CODEC
93 select SND_SOC_JZ4725B_CODEC
93 select SND_SOC_LM4857 if I2C
94 select SND_SOC_LM49453 if I2C
95 select SND_SOC_MAX98088 if I2C
96 select SND_SOC_MAX98090 if I2C
97 select SND_SOC_MAX98095 if I2C
98 select SND_SOC_MAX98357A if GPIOLIB
99 select SND_SOC_MAX98371 if I2C
100 select SND_SOC_MAX98504 if I2C

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

576config SND_SOC_CX20442
577 tristate
578 depends on TTY
579
580config SND_SOC_JZ4740_CODEC
581 select REGMAP_MMIO
582 tristate
583
94 select SND_SOC_LM4857 if I2C
95 select SND_SOC_LM49453 if I2C
96 select SND_SOC_MAX98088 if I2C
97 select SND_SOC_MAX98090 if I2C
98 select SND_SOC_MAX98095 if I2C
99 select SND_SOC_MAX98357A if GPIOLIB
100 select SND_SOC_MAX98371 if I2C
101 select SND_SOC_MAX98504 if I2C

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

577config SND_SOC_CX20442
578 tristate
579 depends on TTY
580
581config SND_SOC_JZ4740_CODEC
582 select REGMAP_MMIO
583 tristate
584
585config SND_SOC_JZ4725B_CODEC
586 depends on MIPS || COMPILE_TEST
587 select REGMAP
588 tristate "Ingenic JZ4725B internal CODEC"
589 help
590 Enable support for the internal CODEC found in the JZ4725B SoC
591 from Ingenic.
592
593 This driver can also be built as a module. If so, the module
594 will be called snd-soc-jz4725b-codec.
595
584config SND_SOC_L3
585 tristate
586
587config SND_SOC_DA7210
588 tristate
589
590config SND_SOC_DA7213
591 tristate

--- 799 unchanged lines hidden ---
596config SND_SOC_L3
597 tristate
598
599config SND_SOC_DA7210
600 tristate
601
602config SND_SOC_DA7213
603 tristate

--- 799 unchanged lines hidden ---