<div dir="ltr">Many thanks, I see what you mean, they are enabled at the board level (Intel, amd and rockchip). I'll patch mine (sunxi) and the defconfig.</div><br><div class="gmail_quote"><div dir="ltr">On Thu, Oct 4, 2018 at 2:05 PM <<a href="mailto:valdis.kletnieks@vt.edu">valdis.kletnieks@vt.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, 04 Oct 2018 12:44:00 +0100, Paul Nader said:<br>
<br>
> I'm trying to enable the max98357a codec in sound/soc/codecs.<br>
<br>
> In the Kconfig file it is listed with an empty tristate so it doesn't show<br>
> up when I do a make menu config.<br>
<br>
That's usually a result of the variable being enabled by a 'select' elsewhere.<br>
<br>
> How can I enable it without adding a description to the tristate?<br>
<br>
Enable something that does a 'select'.  Look in a 'git grep MAX98357A'<br>
or "find . -name 'Kconfig*' | xargs grep MAX98357A' .  It looks like that<br>
part is mostly used for some arm64 (it's in the defconfig) and some<br>
Intel SoC boards.  Look at sound/soc/intel/boards/Kconfig.<br>
</blockquote></div>