40 lines
997 B
Plaintext
40 lines
997 B
Plaintext
|
|
||
|
config TAS2562_REGMAP
|
||
|
bool "Use of RegMap API"
|
||
|
depends on SND_SOC_TAS2562
|
||
|
help
|
||
|
Enable support for TAS2562 regmap driver.
|
||
|
This includes i2c i2c driver structure,
|
||
|
IRQ processing, registers read and write
|
||
|
by i2c operations.
|
||
|
|
||
|
config TAS2562_CODEC
|
||
|
bool "Codec Driver support"
|
||
|
depends on SND_SOC_TAS2562
|
||
|
help
|
||
|
Enable support for TAS2562 codec driver.
|
||
|
This includes codec driver interfaces
|
||
|
and functions.
|
||
|
|
||
|
config PLATFORM_EXYNOS
|
||
|
bool "Exyons platform support"
|
||
|
depends on SND_SOC_TAS2562
|
||
|
help
|
||
|
Enable support for Exynos platform.
|
||
|
This includes driver interfaces
|
||
|
and functions for supporting Exynos platform.
|
||
|
|
||
|
config TAS25XX_ALGO
|
||
|
bool "TAS2562 Calibration Support"
|
||
|
depends on SND_SOC_TAS2562
|
||
|
help
|
||
|
Enable support for TAS25xx Calibration driver.
|
||
|
This includes TAS2562 Calibration driver interfaces
|
||
|
and functions.
|
||
|
|
||
|
#config TAS2558_CODEC
|
||
|
|
||
|
#config TAS2562_MISC
|
||
|
# bool "Misc Driver support"
|
||
|
|