commit | 1ac8f6a1643f6fde86f91dc038401d9ecfa97823 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Feb 26 14:31:32 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri May 09 10:42:09 2025 -0600 |
tree | e13a4704a8d34bedec84ffd67116da4db05412af | |
parent | dcc44ec55e1554f07d357be33526bd512cbdbbf8 [diff] |
gpio: x86: Correct usage of IS_ENABLED() macro in intel_pinctrl_defs.h This file was using IS_ENABLED() to test for CONFIG flags but omitted the CONFIG_ prefix and so did not work as expected. Signed-off-by: Tom Rini <trini@konsulko.com>