diff options
| -rw-r--r-- | scripts/kconfig/conf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index 3fa4abf3b084..bde01b4200ee 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c | |||
| @@ -163,14 +163,12 @@ static int conf_string(struct menu *menu) | |||
| 163 | static int conf_sym(struct menu *menu) | 163 | static int conf_sym(struct menu *menu) |
| 164 | { | 164 | { |
| 165 | struct symbol *sym = menu->sym; | 165 | struct symbol *sym = menu->sym; |
| 166 | int type; | ||
| 167 | tristate oldval, newval; | 166 | tristate oldval, newval; |
| 168 | 167 | ||
| 169 | while (1) { | 168 | while (1) { |
| 170 | printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); | 169 | printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); |
| 171 | if (sym->name) | 170 | if (sym->name) |
| 172 | printf("(%s) ", sym->name); | 171 | printf("(%s) ", sym->name); |
| 173 | type = sym_get_type(sym); | ||
| 174 | putchar('['); | 172 | putchar('['); |
| 175 | oldval = sym_get_tristate_value(sym); | 173 | oldval = sym_get_tristate_value(sym); |
| 176 | switch (oldval) { | 174 | switch (oldval) { |
| @@ -235,11 +233,9 @@ static int conf_choice(struct menu *menu) | |||
| 235 | { | 233 | { |
| 236 | struct symbol *sym, *def_sym; | 234 | struct symbol *sym, *def_sym; |
| 237 | struct menu *child; | 235 | struct menu *child; |
| 238 | int type; | ||
| 239 | bool is_new; | 236 | bool is_new; |
| 240 | 237 | ||
| 241 | sym = menu->sym; | 238 | sym = menu->sym; |
| 242 | type = sym_get_type(sym); | ||
| 243 | is_new = !sym_has_value(sym); | 239 | is_new = !sym_has_value(sym); |
| 244 | if (sym_is_changable(sym)) { | 240 | if (sym_is_changable(sym)) { |
| 245 | conf_sym(menu); | 241 | conf_sym(menu); |
