gpio: x86: Correct usage of IS_ENABLED() macro in intel_pinctrl_defs.h
authorTom Rini <trini@konsulko.com>
Wed, 26 Feb 2025 20:31:32 +0000 (14:31 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 May 2025 16:42:09 +0000 (10:42 -0600)
commitc5f57de37c74b96514723f92cbb656d26fb3385c
treee13a4704a8d34bedec84ffd67116da4db05412af
parentcd2dc5f448df29b88668a1e1d97971f2007399eb
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>
arch/x86/include/asm/intel_pinctrl_defs.h