diff options
author | Michał Mirosław | 2020-10-28 23:48:05 +0100 |
---|---|---|
committer | Mark Brown | 2020-10-30 12:56:13 +0000 |
commit | ec6869b096f10526df14d9972a60ebffef72f0b9 (patch) | |
tree | 0c268ee90d59fea7c2bc8683486b17aa618d7b60 /sound/soc/tegra | |
parent | bbc4e1bb5fd6577ed668e7c2ba0705dff1783bce (diff) |
ASoC: tegra20-spdif: remove "default m"
Make tegra20-spdif default to N as all other drivers do.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Fixes: 774fec338bfc ("ASoC: Tegra: Implement SPDIF CPU DAI")
Link: https://lore.kernel.org/r/8756eb5aac561173aa222c9cb64dd314ab1b1f9b.1603925200.git.mirq-linux@rere.qmqm.pl
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r-- | sound/soc/tegra/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index 3d91bd3e59cd..a62cc87551ac 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -39,7 +39,6 @@ config SND_SOC_TEGRA20_I2S config SND_SOC_TEGRA20_SPDIF tristate "Tegra20 SPDIF interface" depends on SND_SOC_TEGRA - default m help Say Y or M if you want to add support for the Tegra20 SPDIF interface. You will also need to select the individual machine drivers to support |