diff options
author | Steve deRosier <steve@cozybit.com> | 2010-04-25 14:40:46 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-26 14:21:26 -0400 |
commit | e9bd5bcde7af27ebb92bb866afde5ef5e4f3dc6c (patch) | |
tree | 38577d44639d8b0f00242d3f83971ea7db8977f0 /drivers/net/wireless/Kconfig | |
parent | 9a8b424ea8b64da83b6868423dcd0f3c259fdde0 (diff) | |
download | linux-e9bd5bcde7af27ebb92bb866afde5ef5e4f3dc6c.tar.gz linux-e9bd5bcde7af27ebb92bb866afde5ef5e4f3dc6c.tar.bz2 linux-e9bd5bcde7af27ebb92bb866afde5ef5e4f3dc6c.zip |
libertastf: add configurable debug messages
Add the same type of configurable debug messages to libertas_tf as
already exist in the libertas driver. This has facilitated creation
of a interface specification and will facilitate future development
of this driver.
Signed-off-by: Steve deRosier <steve@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 77500cb7fd26..2fbe9b4506c0 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -38,6 +38,12 @@ config LIBERTAS_THINFIRM ---help--- A library for Marvell Libertas 8xxx devices using thinfirm. +config LIBERTAS_THINFIRM_DEBUG + bool "Enable full debugging output in the Libertas thin firmware module." + depends on LIBERTAS_THINFIRM + ---help--- + Debugging support. + config LIBERTAS_THINFIRM_USB tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware" depends on LIBERTAS_THINFIRM && USB |