git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf5a189
)
kconfig: Fix streamline_config to read multi line deps in Kconfig files
author
Steven Rostedt
<srostedt@redhat.com>
Fri, 29 Oct 2010 02:13:51 +0000
(22:13 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Fri, 29 Oct 2010 05:07:10 +0000
(
01:07
-0400)
I noticed that some Kconfig files have multi line dependencies
that continue with a backslash. Those dependencies on the next
line will be missed by streamline_config.
For example:
config CS89x0
tristate "CS89x0 support"
depends on NET_ETHERNET && (ISA || EISA || MACH_IXDP2351 \
|| ARCH_IXDP2X01 || MACH_MX31ADS)
The "|| ARCH_IXDP2X01 || MACH_MX31ADS)" will not be processed.
This patch adds code to handle this case.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
scripts/kconfig/streamline_config.pl
patch
|
blob
|
history
diff --cc
scripts/kconfig/streamline_config.pl
Simple merge