aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/symlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/parse_kconfig/symlist.h')
-rw-r--r--scripts/parse_kconfig/symlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse_kconfig/symlist.h b/scripts/parse_kconfig/symlist.h
index 99d9bfb..6f1f32f 100644
--- a/scripts/parse_kconfig/symlist.h
+++ b/scripts/parse_kconfig/symlist.h
@@ -8,7 +8,7 @@
struct symlist_el {
unsigned int id;
char *name;
- bool prompt;
+ bool prompt, def;
struct cnfexpr *be;
struct cnfexpr *re_be; // forward dependency
};