]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/power/exynos-tmu.c
karo: tx6: support MIPI variant in board name
[karo-tx-uboot.git] / drivers / power / exynos-tmu.c
index 9a093a5bddd63d6bf15917377896edd1afe32144..b9968c25eb2115934f20b085671cc1bd09cddb75 100644 (file)
@@ -180,7 +180,7 @@ enum tmu_status_t tmu_monitor(int *temp)
  */
 static int get_tmu_fdt_values(struct tmu_info *info, const void *blob)
 {
-#ifdef CONFIG_OF_CONTROL
+#if CONFIG_IS_ENABLED(OF_CONTROL)
        fdt_addr_t addr;
        int node;
        int error = 0;