kconfig: Fix defconfig when one choice menu selects options that another choice menu...
[carl9170fw.git] / config / lkc.h
index f8aee5fc6d5e607625fc9e7f93bcbcf7f2e9f13b..0c8d4191ca87940b8653034c1ab56e6883eaab50 100644 (file)
@@ -87,6 +87,7 @@ char *conf_get_default_confname(void);
 void sym_set_change_count(int count);
 void sym_add_change_count(int count);
 void conf_set_all_new_symbols(enum conf_def_mode mode);
+void set_all_choice_values(struct symbol *csym);
 
 struct conf_printer {
        void (*print_symbol)(FILE *, struct symbol *, const char *, void *);