diff options
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 8349f982a586..064e6c18e109 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -69,6 +69,7 @@ config SND_SOC_ALL_CODECS | |||
69 | select SND_SOC_MAX98088 if I2C | 69 | select SND_SOC_MAX98088 if I2C |
70 | select SND_SOC_MAX98090 if I2C | 70 | select SND_SOC_MAX98090 if I2C |
71 | select SND_SOC_MAX98095 if I2C | 71 | select SND_SOC_MAX98095 if I2C |
72 | select SND_SOC_MAX98357A | ||
72 | select SND_SOC_MAX9850 if I2C | 73 | select SND_SOC_MAX9850 if I2C |
73 | select SND_SOC_MAX9768 if I2C | 74 | select SND_SOC_MAX9768 if I2C |
74 | select SND_SOC_MAX9877 if I2C | 75 | select SND_SOC_MAX9877 if I2C |
@@ -456,6 +457,9 @@ config SND_SOC_MAX98090 | |||
456 | config SND_SOC_MAX98095 | 457 | config SND_SOC_MAX98095 |
457 | tristate | 458 | tristate |
458 | 459 | ||
460 | config SND_SOC_MAX98357A | ||
461 | tristate | ||
462 | |||
459 | config SND_SOC_MAX9850 | 463 | config SND_SOC_MAX9850 |
460 | tristate | 464 | tristate |
461 | 465 | ||
@@ -525,7 +529,7 @@ config SND_SOC_RT5677 | |||
525 | 529 | ||
526 | config SND_SOC_RT5677_SPI | 530 | config SND_SOC_RT5677_SPI |
527 | tristate | 531 | tristate |
528 | default SND_SOC_RT5677 | 532 | default SND_SOC_RT5677 && SPI |
529 | 533 | ||
530 | #Freescale sgtl5000 codec | 534 | #Freescale sgtl5000 codec |
531 | config SND_SOC_SGTL5000 | 535 | config SND_SOC_SGTL5000 |
@@ -580,7 +584,9 @@ config SND_SOC_SSM4567 | |||
580 | depends on I2C | 584 | depends on I2C |
581 | 585 | ||
582 | config SND_SOC_STA32X | 586 | config SND_SOC_STA32X |
583 | tristate | 587 | tristate "STA326, STA328 and STA329 speaker amplifier" |
588 | depends on I2C | ||
589 | select REGMAP_I2C | ||
584 | 590 | ||
585 | config SND_SOC_STA350 | 591 | config SND_SOC_STA350 |
586 | tristate "STA350 speaker amplifier" | 592 | tristate "STA350 speaker amplifier" |