]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: cs35l56: Drop malformed default N from Kconfig
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 13 May 2026 16:26:12 +0000 (18:26 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 15 May 2026 01:31:44 +0000 (10:31 +0900)
commitb96fe527935b0671194bc436d7d78d3b0f87b2e1
tree7b18fe0239287acfe1e687df81503109c1885d32
parent5a30862dec5a70da0a9d259de3f87a7542cc95b2
ASoC: cs35l56: Drop malformed default N from Kconfig

First of all, it has to be 'default n' (small letter n), otherwise
it looks for CONFIG_N which is absent and in case of appearance
will enable something unrelated. Second and most important is that
'n' *is* the default 'default' already. Hence just drop malformed
line.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20260513162612.365729-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig