dm: gpio: Allow control of GPIO uclass in SPL
[platform/kernel/u-boot.git] / board / freescale / imx8qm_mek / imx8qm_mek.c
index 68be0fe..667a274 100644 (file)
@@ -50,7 +50,7 @@ int board_early_init_f(void)
        return 0;
 }
 
-#if IS_ENABLED(CONFIG_DM_GPIO)
+#if CONFIG_IS_ENABLED(DM_GPIO)
 static void board_gpio_init(void)
 {
        /* TODO */