Skip to content
Commit a3a7482a authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Linus Walleij
Browse files

pinctrl: mxs: avoid defines prefixed with CONFIG



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: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20221215092128.3954-1-lukas.bulwahn@gmail.com


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent f3cd465b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment