]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/video/tegra.c
of: clean up OF_CONTROL ifdef conditionals
[karo-tx-uboot.git] / drivers / video / tegra.c
index 33c61039943bb21012b240e890389795fb78da29..8e8134614e395154634266462aa668c944140599 100644 (file)
@@ -49,7 +49,7 @@ vidinfo_t panel_info = {
        .vl_col = -1,
 };
 
-#ifndef CONFIG_OF_CONTROL
+#if !CONFIG_IS_ENABLED(OF_CONTROL)
 #error "You must enable CONFIG_OF_CONTROL to get Tegra LCD support"
 #endif