Steven Rostedt
20d1904733
kconfig: Fix streamline_config to read multi line deps in Kconfig files
...
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>
2010-10-29 01:07:10 -04:00
..
2010-10-28 16:18:59 -07:00
2010-10-28 00:32:23 +02:00
2010-07-02 13:51:11 +02:00
2010-02-02 14:33:55 +01:00
2010-10-29 01:07:10 -04:00
2010-10-28 15:13:55 -07:00
2010-10-28 16:19:38 -07:00
2010-02-02 14:33:56 +01:00
2010-03-16 08:47:36 +11:00
2009-09-19 11:42:12 +02:00
2009-10-07 11:44:18 -04:00
2009-02-15 12:50:08 +01:00
2010-03-07 21:19:57 +01:00
2010-06-03 10:39:39 +02:00
2010-10-26 16:52:21 -07:00
2010-03-07 21:19:09 +01:00
2010-06-25 14:54:16 -04:00
2010-03-07 21:22:56 +01:00
2010-10-28 00:32:23 +02:00
2009-06-14 22:48:08 +02:00
2009-09-23 07:39:28 -07:00
2010-06-04 10:26:35 +02:00
2008-07-25 22:12:41 +02:00
2010-03-07 21:41:04 +01:00
2010-10-28 00:22:17 +02:00
2010-09-24 09:12:25 +02:00
2009-06-09 22:37:54 +02:00
2009-02-11 12:17:29 +01:00
2009-02-11 12:17:29 +01:00
2010-06-01 08:55:52 -07:00
2010-10-26 16:52:17 -07:00
2010-02-09 11:13:56 +01:00
2010-03-23 12:26:38 +01:00
2010-03-07 21:43:07 +01:00
2010-03-07 21:43:49 +01:00
2009-12-12 13:08:14 +01:00
2010-09-29 16:18:27 +02:00
2009-12-12 13:08:16 +01:00
2010-09-11 16:49:21 -07:00
2010-10-14 16:52:41 -04:00
2010-10-21 16:42:32 -07:00
2010-03-11 11:15:22 +01:00
2008-08-02 07:52:29 +01:00
2010-08-14 22:26:52 +02:00
2010-06-12 00:00:29 +02:00
2010-10-28 15:13:55 -07:00
2010-06-10 12:23:08 +02:00
2009-01-14 21:38:20 +01:00
2010-08-03 14:59:50 +02:00
2010-06-01 08:55:52 -07:00
2010-02-02 14:33:56 +01:00
2010-08-17 11:47:40 +02:00
2009-01-14 21:38:20 +01:00
2009-06-24 15:13:38 +09:00
2010-10-28 00:59:56 +02:00
2008-08-06 22:11:33 +02:00
2009-06-30 18:55:59 -07:00
2010-03-07 21:39:33 +01:00
2010-10-15 11:49:47 -04:00
2010-10-14 16:54:00 -04:00
2010-09-02 15:28:43 +01:00
2010-10-28 15:13:55 -07:00
2010-02-02 14:33:56 +01:00
2010-03-08 10:26:22 +01:00
2009-12-12 13:08:16 +01:00
2009-06-09 22:37:54 +02:00