summaryrefslogtreecommitdiffstats
path: root/scripts/ptx-modifications
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-02-01 18:52:38 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-02-02 10:01:14 +0100
commit2a2563a1f82e3677df9fc0868ebbd083889298b2 (patch)
tree34cf5c719a08a02504ed5cdc2d12855412734068 /scripts/ptx-modifications
parent205e32ddce3ed7ad9d7200ba4908e373150e9f10 (diff)
downloadptxdist-2a2563a1f82e3677df9fc0868ebbd083889298b2.tar.gz
ptxdist-2a2563a1f82e3677df9fc0868ebbd083889298b2.tar.xz
kconfig: update to v3.18
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/ptx-modifications')
-rw-r--r--scripts/ptx-modifications/0004-Revert-kconfig-ignore-select-of-unknown-symbol.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ptx-modifications/0004-Revert-kconfig-ignore-select-of-unknown-symbol.patch b/scripts/ptx-modifications/0004-Revert-kconfig-ignore-select-of-unknown-symbol.patch
index 4aeaec853..865b3948f 100644
--- a/scripts/ptx-modifications/0004-Revert-kconfig-ignore-select-of-unknown-symbol.patch
+++ b/scripts/ptx-modifications/0004-Revert-kconfig-ignore-select-of-unknown-symbol.patch
@@ -32,8 +32,8 @@ index db1512a..906cd23 100644
"config symbol '%s' uses select, but is "
"not boolean or tristate", sym->name);
- else if (sym2->type != S_UNKNOWN &&
-- sym2->type != S_BOOLEAN &&
-- sym2->type != S_TRISTATE)
+- sym2->type != S_BOOLEAN &&
+- sym2->type != S_TRISTATE)
+ else if (sym2->type == S_UNKNOWN)
+ prop_warn(prop,
+ "'select' used by config symbol '%s' "