]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
IPoIB: Always build debugging code unless CONFIG_EMBEDDED=y
authorRoland Dreier <rolandd@cisco.com>
Sun, 2 Apr 2006 21:39:19 +0000 (14:39 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sun, 2 Apr 2006 21:39:19 +0000 (14:39 -0700)
commitf5545d24b8aa9fccd8071203e83bc9f4b26e17a6
treec58bc4967eb3eff701acba0e9ea295fbc4c68c89
parent37289efe3ee0c0a00b5d8302df9a2b007e65c187
IPoIB: Always build debugging code unless CONFIG_EMBEDDED=y

Don't allow CONFIG_INFINIBAND_IPOIB_DEBUG to be disabled unless
CONFIG_EMBEDDED is selected.  We want users (and especially distros)
to have this turned on unless they really need to save space, because
by the time we want debugging output, it's usually too late to rebuild
a kernel.  The debugging output can be controlled at runtime via the
debug_level module parameter in sysfs.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/ipoib/Kconfig