diff options
author | Baolin Wang <baolin.wang7@gmail.com> | 2020-03-05 07:00:53 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-05 14:15:17 +0100 |
commit | fd357ec595d36676c239d8d16706a270a961ac32 (patch) | |
tree | 3601213d7dd1141f318b5018e11f18b964c7da33 /sound/soc/sprd/Kconfig | |
parent | ASoC: tlv320adcx140: Fix mic_bias and vref device tree verification (diff) | |
download | linux-fd357ec595d36676c239d8d16706a270a961ac32.tar.xz linux-fd357ec595d36676c239d8d16706a270a961ac32.zip |
ASoC: sprd: Allow the MCDT driver to build into modules
Change the config to 'tristate' for MCDT driver to allow it to build into
modules, as well as changing to use IS_ENABLED() to validate if need supply
dummy functions when building the MCDT driver as a module.
Signed-off-by: Baolin Wang <baolin.wang7@gmail.com>
Link: https://lore.kernel.org/r/9306f2b99641136653ae4fe6cf9e859b7f698f77.1583387748.git.baolin.wang7@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sprd/Kconfig')
-rw-r--r-- | sound/soc/sprd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sprd/Kconfig b/sound/soc/sprd/Kconfig index 5474fd3de8c0..5e0ac8278572 100644 --- a/sound/soc/sprd/Kconfig +++ b/sound/soc/sprd/Kconfig @@ -8,7 +8,7 @@ config SND_SOC_SPRD the Spreadtrum SoCs' Audio interfaces. config SND_SOC_SPRD_MCDT - bool "Spreadtrum multi-channel data transfer support" + tristate "Spreadtrum multi-channel data transfer support" depends on SND_SOC_SPRD help Say y here to enable multi-channel data transfer support. It |