Re: [PATCH 12/13] QLogic VNIC: Driver Kconfig and Makefile.
From: Roland Dreier <hidden>
Date: 2008-05-15 22:31:57
From: Roland Dreier <hidden>
Date: 2008-05-15 22:31:57
> +config INFINIBAND_QLGC_VNIC_DEBUG > + bool "QLogic VNIC Verbose debugging" > + depends on INFINIBAND_QLGC_VNIC > + default n > + ---help--- > + This option causes verbose debugging code to be compiled > + into the QLogic VNIC driver. The output can be turned on via the > + vnic_debug module parameter. If you have runtime control of this, I suggest making it default to on, like mthca does with: config INFINIBAND_MTHCA_DEBUG bool "Verbose debugging output" if EMBEDDED depends on INFINIBAND_MTHCA default y otherwise distros will leave the option off and it becomes a pain to debug problems because you force users to do compiles.