tree-wide: replace config_enabled() with IS_ENABLED()
[cascardo/linux.git] / arch / mips / include / asm / uaccess.h
index 7f109d4..11b965f 100644 (file)
@@ -88,7 +88,7 @@ extern u64 __ua_limit;
  */
 static inline bool eva_kernel_access(void)
 {
-       if (!config_enabled(CONFIG_EVA))
+       if (!IS_ENABLED(CONFIG_EVA))
                return false;
 
        return segment_eq(get_fs(), get_ds());