aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-04 22:47:53 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-04 22:47:53 +0200
commit7d9ea0394ec41f75fd860e1d267ecf3cc3f93ff4 (patch)
treef77360a8ceae479a948ac3f883543bfcfbaa4999 /scripts/parse_kconfig
parent9a1f3ff8fbff9dd418242eefa7aa69dfd38609c5 (diff)
downloadlinux-conf-perf-7d9ea0394ec41f75fd860e1d267ecf3cc3f93ff4.tar.gz
linux-conf-perf-7d9ea0394ec41f75fd860e1d267ecf3cc3f93ff4.tar.bz2
linux-conf-perf-7d9ea0394ec41f75fd860e1d267ecf3cc3f93ff4.zip
parse_kconfig change module decode value
In case of default value are modules taken as yes in case of boolean.
Diffstat (limited to 'scripts/parse_kconfig')
-rw-r--r--scripts/parse_kconfig/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse_kconfig/parse.c b/scripts/parse_kconfig/parse.c
index f8a2401..1c037ef 100644
--- a/scripts/parse_kconfig/parse.c
+++ b/scripts/parse_kconfig/parse.c
@@ -128,7 +128,7 @@ void cpy_dep() {
Dprintf(" Default value:\n");
doutput_expr(prop->expr);
struct boolexpr *def =
- boolexpr_kconfig(gsymlist, prop->expr, false);
+ boolexpr_kconfig(gsymlist, prop->expr, true);
if (prop->visible.expr != NULL)
def =
boolexpr_and(def,