[PATCH] pinctrl: mxs: avoid defines prefixed with CONFIG

Linus Walleij linus.walleij at linaro.org
Wed Dec 28 17:07:49 PST 2022


On Thu, Dec 15, 2022 at 10:30 AM Lukas Bulwahn <lukas.bulwahn at gmail.com> wrote:

> Defines prefixed with "CONFIG" should be limited to proper Kconfig options,
> that are introduced in a Kconfig file.
>
> Here, expressions to convert pin configurations to booleans for pull-up,
> voltage and mA are macro definitions that begin with "CONFIG".
>
> To avoid defines prefixed with "CONFIG", rename these defines to begin with
> "PIN_CONFIG" instead.
>
> No functional change.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn at gmail.com>

Patch applied.

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list