* [ofa-general] [PATCH 13/14 v2] nes: kernel build infrastructure
@ 2007-10-19 20:27 ggrundstrom
2007-10-22 2:23 ` [ofa-general] " Roland Dreier
0 siblings, 1 reply; 2+ messages in thread
From: ggrundstrom @ 2007-10-19 20:27 UTC (permalink / raw)
To: ewg, rdreier; +Cc: netdev, general
Kconfig kernel build file.
Signed-off-by: Glenn Grundstrom <ggrundstrom@neteffect.com>
---
--- NULL 1969-12-31 18:00:00.000000000 -0600
+++ ofa_kernel-1.3/drivers/infiniband/hw/nes/Kconfig 2007-10-19 09:43:32.000000000 -0500
@@ -0,0 +1,15 @@
+config INFINIBAND_NES
+ tristate "NetEffect RNIC Driver"
+ depends on PCI && INET && INFINIBAND
+ ---help---
+ This is a low-level driver for NetEffect RDMA enabled
+ Network Interface Cards (RNIC).
+
+config INFINIBAND_NES_DEBUG
+ bool "Verbose debugging output"
+ depends on INFINIBAND_NES
+ default n
+ ---help---
+ This option causes the NetEffect RNIC driver to produce debug
+ messages. Select this if you are developing the driver
+ or trying to diagnose a problem.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [ofa-general] Re: [PATCH 13/14 v2] nes: kernel build infrastructure
2007-10-19 20:27 [ofa-general] [PATCH 13/14 v2] nes: kernel build infrastructure ggrundstrom
@ 2007-10-22 2:23 ` Roland Dreier
0 siblings, 0 replies; 2+ messages in thread
From: Roland Dreier @ 2007-10-22 2:23 UTC (permalink / raw)
To: ggrundstrom; +Cc: netdev, ewg, general
> +config INFINIBAND_NES_DEBUG
> + bool "Verbose debugging output"
> + depends on INFINIBAND_NES
> + default n
> + ---help---
> + This option causes the NetEffect RNIC driver to produce debug
> + messages. Select this if you are developing the driver
> + or trying to diagnose a problem.
If you make this default n then no distro will have it enabled and
you'll have to rebuild to debug anything. Better to have the default
be enabled and make it controllable at runtime too with a module
parameter. (you can look at what mthca does for an example of what I mean)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-22 2:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-19 20:27 [ofa-general] [PATCH 13/14 v2] nes: kernel build infrastructure ggrundstrom
2007-10-22 2:23 ` [ofa-general] " Roland Dreier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).