summaryrefslogtreecommitdiffstats
path: root/include/twl6030.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/twl6030.h')
-rw-r--r--include/twl6030.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/twl6030.h b/include/twl6030.h
index 41f17de3ab..05d476f804 100644
--- a/include/twl6030.h
+++ b/include/twl6030.h
@@ -186,7 +186,7 @@ struct twl6030_data{
};
/* Functions to read and write from TWL6030 */
-#ifndef CONFIG_DM_I2C
+#if !CONFIG_IS_ENABLED(DM_I2C)
static inline int twl6030_i2c_write_u8(u8 chip_no, u8 reg, u8 val)
{
return i2c_write(chip_no, reg, 1, &val, 1);