Randy Dunlap ed40771785 [NET]: Fix WAN routers kconfig dependency.
Currently WAN router drivers can be built in-kernel while the
register/unregister_wan_device interfaces are built as modules.
This causes:

drivers/built-in.o: In function `cycx_init':
cycx_main.c:(.init.text+0x5c4b): undefined reference to `register_wan_device'
drivers/built-in.o: In function `cycx_exit':
cycx_main.c:(.exit.text+0x560): undefined reference to `unregister_wan_device'
make: *** [.tmp_vmlinux1] Error 1

The problem is caused by tristate -> bool conversion (y or m => y),
so convert WAN_ROUTER_DRIVERS to a tristate so that the correct
dependency is preserved.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-12-11 14:34:34 -08:00
..
2006-11-10 11:08:53 -05:00
2006-12-11 09:51:07 -05:00
2006-12-08 08:28:57 -08:00
2006-12-04 18:36:03 -05:00
2006-12-09 09:41:18 -08:00
2006-11-22 14:57:56 +00:00
2006-12-08 17:19:22 -08:00
2006-10-08 12:32:36 -07:00
2006-12-09 09:41:18 -08:00
2006-12-02 00:11:56 -05:00
2006-11-22 14:57:56 +00:00
2006-12-11 09:51:07 -05:00
2006-12-02 00:11:56 -05:00
2006-12-11 09:31:28 -05:00
2006-12-11 09:31:28 -05:00
2006-12-02 00:12:04 -05:00
2006-12-04 02:00:34 -05:00
2006-12-02 21:22:37 -08:00
2006-12-07 04:57:19 -05:00
2006-11-22 14:57:56 +00:00
2006-11-22 14:57:56 +00:00
2006-11-22 14:57:56 +00:00
2006-11-22 14:57:56 +00:00
2006-11-22 14:57:56 +00:00
2006-11-22 14:57:56 +00:00
2006-12-07 04:59:20 -05:00
2006-12-07 04:59:20 -05:00
2006-12-07 04:59:20 -05:00
2006-12-04 02:00:34 -05:00
2006-10-11 11:17:06 -07:00
2006-12-07 00:21:14 -08:00
2006-11-22 14:57:56 +00:00
2006-11-22 14:57:56 +00:00
2006-12-04 02:00:34 -05:00
2006-12-02 00:11:56 -05:00