summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lkc.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r--scripts/kconfig/lkc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h
index 91ca126ea080..cdcbe43e87b3 100644
--- a/scripts/kconfig/lkc.h
+++ b/scripts/kconfig/lkc.h
@@ -62,7 +62,7 @@ enum conf_def_mode {
62#define T_OPT_ALLNOCONFIG_Y 4 62#define T_OPT_ALLNOCONFIG_Y 4
63 63
64struct kconf_id { 64struct kconf_id {
65 int name; 65 const char *name;
66 int token; 66 int token;
67 unsigned int flags; 67 unsigned int flags;
68 enum symbol_type stype; 68 enum symbol_type stype;