]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/mips/jz4740/setup.c
tree-wide: replace config_enabled() with IS_ENABLED()
[karo-tx-linux.git] / arch / mips / jz4740 / setup.c
index 0914ef775b5f9579b855bb398aea5f3155d8c336..6d0152321819b823200b8082bed7e757078f47fd 100644 (file)
@@ -75,7 +75,7 @@ void __init device_tree_init(void)
 
 const char *get_system_type(void)
 {
-       if (config_enabled(CONFIG_MACH_JZ4780))
+       if (IS_ENABLED(CONFIG_MACH_JZ4780))
                return "JZ4780";
 
        return "JZ4740";