kernel_samsung_a34x-permissive/sound/soc/codecs/tfa9878/Kconfig
2024-04-28 15:51:13 +02:00

24 lines
814 B
Plaintext

menu "Goodix TFA9878 amplifier configuration"
if SND_SOC_TFA9878
config TFA_STEREO_NODE
bool "Stereo sysfs node support"
help
Extend sysfs nodes for stereo support.
In application, it's necessary to differ nodes between channels.
In mono case, it provides with 'NODE_NAME', and
in stereo case, it provides 'NODE_NAME' for left and 'NODE_NAME'_r for right.
config PLATFORM_MTK
bool "Mediatek platform support"
default y
help
Enable compile options for Mediatek platform.
It adapts codec driver to the target platform.
It encloses the options, used in codec driver, for Mediatek platform.
It differs the configuration between Mediatek platform and the others.
endif # SND_SOC_TFA9878
endmenu