drm/i915/vlv: assert and de-assert sideband reset at boot and resume v3
[cascardo/linux.git] / scripts / kconfig / menu.c
index db1512a..3ac2c9c 100644 (file)
@@ -217,6 +217,9 @@ void menu_add_option(int token, char *arg)
        case T_OPT_ENV:
                prop_add_env(arg);
                break;
+       case T_OPT_ALLNOCONFIG_Y:
+               current_entry->sym->flags |= SYMBOL_ALLNOCONFIG_Y;
+               break;
        }
 }