Fix sparse warnings
[madwifi/.git] / patch-kernel / Kconfig
index 9ba60c8f752635394c9623e207dbe691ec497401..62daecb0eeeaf1521a4c7d8c8d66495821d4796b 100644 (file)
@@ -3,7 +3,7 @@ comment "Atheros 802.11(a/b/g) PCI/Cardbus support"
 
 config ATHEROS
        tristate "Atheros PCI/Cardbus cards"
-       depends on PCI && (NET_RADIO || WIRELESS_EXT)
+       depends on PCI && (NET_RADIO || WIRELESS_EXT) && CRYPTO
        ---help---
          Say Y here if you intend to attach an Atheros Cardbus or PCI
          wireless Ethernet networking card to your computer.  This
@@ -16,6 +16,13 @@ config ATHEROS
          To compile this driver as a module, choose M here: the module will be
          called ath_pci.  If unsure, say N.
 
+config ATHEROS_DEBUG
+       bool "Atheros: Debugging support for Atheros PCI/Cardbus cards"
+       depends on ATHEROS
+       default y
+       help
+         Enable diagnostic checks and log output.
+
 choice
        prompt "Atheros: Default Transmission Rate Control Algorithm"
        depends on ATHEROS