aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/device/early_smbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/early_smbus.h b/src/include/device/early_smbus.h
index 77c9078a1b..5e15bb1e00 100644
--- a/src/include/device/early_smbus.h
+++ b/src/include/device/early_smbus.h
@@ -55,7 +55,7 @@
/**
* \brief printk macro for SMBus debugging
*/
-#if defined(CONFIG_DEBUG_SMBUS_SETUP) && (CONFIG_DEBUG_SMBUS_SETUP)
+#if defined(CONFIG_DEBUG_SMBUS) && (CONFIG_DEBUG_SMBUS)
#define printsmbus(x, ...) printk(BIOS_DEBUG, x, ##__VA_ARGS__)
#else
#define printsmbus(x, ...)