aboutsummaryrefslogtreecommitdiff
path: root/src/include/console/qemu_debugcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/console/qemu_debugcon.h')
-rw-r--r--src/include/console/qemu_debugcon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/console/qemu_debugcon.h b/src/include/console/qemu_debugcon.h
index 544442a662..3175684dfb 100644
--- a/src/include/console/qemu_debugcon.h
+++ b/src/include/console/qemu_debugcon.h
@@ -7,7 +7,7 @@
void qemu_debugcon_init(void);
void qemu_debugcon_tx_byte(unsigned char data);
-#if CONFIG_CONSOLE_QEMU_DEBUGCON && (ENV_ROMSTAGE || ENV_RAMSTAGE)
+#if IS_ENABLED(CONFIG_CONSOLE_QEMU_DEBUGCON) && (ENV_ROMSTAGE || ENV_RAMSTAGE)
static inline void __qemu_debugcon_init(void) { qemu_debugcon_init(); }
static inline void __qemu_debugcon_tx_byte(u8 data)
{