kconfig: Add yes2modconfig and mod2yesconfig targets.
[carl9170fw.git] / config / lkc.h
index 73d3f01f17363ed7d41052f0a65bdc97e56067f9..d4ca8297364f95a5770bab01e1d70211e778fe99 100644 (file)
@@ -34,6 +34,8 @@ enum conf_def_mode {
        def_default,
        def_yes,
        def_mod,
+       def_y2m,
+       def_m2y,
        def_no,
        def_random
 };
@@ -52,6 +54,7 @@ const char *conf_get_configname(void);
 void sym_set_change_count(int count);
 void sym_add_change_count(int count);
 bool conf_set_all_new_symbols(enum conf_def_mode mode);
+void conf_rewrite_mod_or_yes(enum conf_def_mode mode);
 void set_all_choice_values(struct symbol *csym);
 
 /* confdata.c and expr.c */