summaryrefslogtreecommitdiffstats
path: root/src/superio/ite/it8716f/superio.c
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-06-24 21:38:19 -0600
committerMartin Roth <martinroth@google.com>2017-07-07 16:06:49 +0000
commitf8574bf4a7627228b9cdd14aa77589ac5b355c08 (patch)
tree4cc767e23d4a6bf286f1a029c9ad8f67a307ed70 /src/superio/ite/it8716f/superio.c
parent898a77521de97b1e4af9458b82bcc21bc7a6e799 (diff)
downloadcoreboot-f8574bf4a7627228b9cdd14aa77589ac5b355c08.tar.gz
coreboot-f8574bf4a7627228b9cdd14aa77589ac5b355c08.tar.bz2
coreboot-f8574bf4a7627228b9cdd14aa77589ac5b355c08.zip
src/superio: add IS_ENABLED() around Kconfig symbol references
Change-Id: Ie9a7127b50db8dc9a2b543843ca4d815afe3d07e Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20351 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/superio/ite/it8716f/superio.c')
-rw-r--r--src/superio/ite/it8716f/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/ite/it8716f/superio.c b/src/superio/ite/it8716f/superio.c
index 09c8bb9a183f..2ec38751ad11 100644
--- a/src/superio/ite/it8716f/superio.c
+++ b/src/superio/ite/it8716f/superio.c
@@ -27,7 +27,7 @@
#include "it8716f.h"
-#if !CONFIG_SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL
+#if !IS_ENABLED(CONFIG_SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL)
static void init_ec(u16 base)
{