diff options
Diffstat (limited to 'src/soc/mediatek/mt8173/i2c.c')
-rw-r--r-- | src/soc/mediatek/mt8173/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8173/i2c.c b/src/soc/mediatek/mt8173/i2c.c index 3f8e149727..2d998947bb 100644 --- a/src/soc/mediatek/mt8173/i2c.c +++ b/src/soc/mediatek/mt8173/i2c.c @@ -70,7 +70,7 @@ static struct mtk_i2c i2c[7] = { #define I2CTAG "[I2C][PL] " -#if IS_ENABLED(CONFIG_DEBUG_I2C) +#if CONFIG(DEBUG_I2C) #define I2CLOG(fmt, arg...) printk(BIOS_INFO, I2CTAG fmt, ##arg) #else #define I2CLOG(fmt, arg...) |