[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d9e777dc-d274-92ee-4d77-711bfd553611@gmail.com>
Date: Wed, 1 Sep 2021 10:07:57 +0300
From: Péter Ujfalusi <peter.ujfalusi@...il.com>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Arnd Bergmann <arnd@...db.de>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Kalle Valo <kvalo@...eaurora.org>,
Liam Girdwood <lgirdwood@...il.com>,
Luca Coelho <luciano.coelho@...el.com>,
Mark Brown <broonie@...nel.org>, Takashi Iwai <tiwai@...e.com>,
ALSA Development Mailing List <alsa-devel@...a-project.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-wireless@...r.kernel.org, Networking <netdev@...r.kernel.org>
Subject: Re: [PATCH] kconfig: forbid symbols that end with '_MODULE'
On 26/08/2021 05:28, Masahiro Yamada wrote:
> On Wed, Aug 25, 2021 at 8:59 PM Péter Ujfalusi <peter.ujfalusi@...il.com> wrote:
...
>>> diff --git a/sound/soc/ti/Kconfig b/sound/soc/ti/Kconfig
>>> index 698d7bc84dcf..c56a5789056f 100644
>>> --- a/sound/soc/ti/Kconfig
>>> +++ b/sound/soc/ti/Kconfig
>>> @@ -211,7 +211,7 @@ config SND_SOC_DM365_VOICE_CODEC
>>> Say Y if you want to add support for SoC On-chip voice codec
>>> endchoice
>>>
>>> -config SND_SOC_DM365_VOICE_CODEC_MODULE
>>> +config SND_SOC_DM365_VOICE_CODEC_MODULAR
>>
>> This Kconfig option is only used to select the codecs needed for the
>> voice mode, I think it would be better to use something like
>>
>> SND_SOC_DM365_SELECT_VOICE_CODECS ?
>
> I do not have a strong opinion.
> I am fine with any name unless it ends with _MODULE.
>
>
> The sound subsystem maintainers and Arnd,
> author of 147162f575152db800 are CC'ed.
>
> If they suggest a better name, I'd be happy to adopt it.
>
Can you resend (a separate patch would be even better) with
SND_SOC_DM365_SELECT_VOICE_CODECS
for sound/soc/ti/Kconfig ?
Thank you,
Péter
Powered by blists - more mailing lists