aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/common/dcu_sii9022a.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/common/dcu_sii9022a.c')
-rw-r--r--board/freescale/common/dcu_sii9022a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/dcu_sii9022a.c b/board/freescale/common/dcu_sii9022a.c
index 832ae258f1..9137d246ea 100644
--- a/board/freescale/common/dcu_sii9022a.c
+++ b/board/freescale/common/dcu_sii9022a.c
@@ -64,7 +64,7 @@ int dcu_set_dvi_encoder(struct fb_videomode *videomode)
u8 temp;
u16 temp1, temp2;
u32 temp3;
-#ifdef CONFIG_DM_I2C
+#if CONFIG_IS_ENABLED(DM_I2C)
struct udevice *dev;
int ret;