aboutsummaryrefslogtreecommitdiff
path: root/src/device/oprom/include/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/include/io.h')
-rw-r--r--src/device/oprom/include/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/include/io.h b/src/device/oprom/include/io.h
index eb6bcee512..fc11640f72 100644
--- a/src/device/oprom/include/io.h
+++ b/src/device/oprom/include/io.h
@@ -11,7 +11,7 @@
* GNU General Public License for more details.
*/
-#if CONFIG_ARCH_X86
+#if IS_ENABLED(CONFIG_ARCH_X86)
#include <arch/io.h>
#else
void outb(u8 val, u16 port);