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

From: Linus Walleij
Date: Wed Dec 28 2022 - 20:06:04 EST


On Thu, Dec 15, 2022 at 10:30 AM Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> 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@xxxxxxxxx>

Patch applied.

Yours,
Linus Walleij