Title: [6895] trunk/lib/Kconfig.kgdb: Fix bug[#5266] Select NET_POLL_CONTROLLER with KGDBOE
Revision
6895
Author
sonicz
Date
2009-07-01 03:47:17 -0500 (Wed, 01 Jul 2009)

Log Message

Fix bug[#5266] Select NET_POLL_CONTROLLER with KGDBOE

Modified Paths

Diff

Modified: trunk/lib/Kconfig.kgdb (6894 => 6895)


--- trunk/lib/Kconfig.kgdb	2009-07-01 08:32:28 UTC (rev 6894)
+++ trunk/lib/Kconfig.kgdb	2009-07-01 08:47:17 UTC (rev 6895)
@@ -32,6 +32,7 @@
 	depends on KGDB
 	select NETPOLL
 	select NETPOLL_TRAP
+	select NET_POLL_CONTROLLER
 	help
 	  Uses the NETPOLL API to communicate with the host GDB via UDP.
 	  In order for this to work, the ethernet interface specified must
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to