summaryrefslogtreecommitdiff
path: root/net/Kconfig
diff options
context:
space:
mode:
authorBartosz Markowski <bartosz.markowski@tieto.com>2011-09-01 08:43:25 +0200
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 16:05:58 +0200
commite4d266cedfb88901b108c57466a130bd0a527f71 (patch)
tree9cd694a390daf449c59512c107e1dd3a988a672a /net/Kconfig
parent4177d232fc0bcf6fc28de011444bb5c96444fd31 (diff)
WLAN: Fix build error for u5500 and u9500
Kconfig for OpenMAC is added to net/Kconfig to fix build error of u5500 and u9500 ST-Ericsson Linux next: NA ST-Ericsson ID: 356912 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Iedfa4e9148433bf052a4dbd979f696952ebde295 Signed-off-by: Tomasz Hliwiak <tomasz.hliwiak@tieto.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/29031 Reviewed-by: Bartosz MARKOWSKI <bartosz.markowski@tieto.com> Reviewed-by: QATOOLS Reviewed-by: Rabin VINCENT <rabin.vincent@stericsson.com> Tested-by: Rabin VINCENT <rabin.vincent@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30005 Tested-by: Bartosz MARKOWSKI <bartosz.markowski@tieto.com>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig85
1 files changed, 79 insertions, 6 deletions
diff --git a/net/Kconfig b/net/Kconfig
index c73b0762bf1..bf387059d72 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -357,12 +357,6 @@ config COMPAT_MAC80211_RC_DEFAULT
default "minstrel"
---help---
-config MAC80211_RC_DEFAULT_MINSTREL
- bool "MAC80211_RC_DEFAULT_MINSTREL"
- depends on COMPAT_WIRELESS
- default y
- ---help---
-
config COMPAT_RFKILL
tristate "Compat RFKILL"
depends on COMPAT_WIRELESS
@@ -418,6 +412,85 @@ config MAC80211_MESH
default y
---help---
+config CW1200
+ tristate "CW1200 WLAN support"
+ select MAC80211
+ select CFG80211
+ help
+
+ This is an experimental driver for the cw1200 chip-set.
+ Enabling this option enables the generic driver without
+ any platform support.
+
+ Please select the appropriate platform below.
+
+if CW1200
+
+config CW1200_NON_POWER_OF_TWO_BLOCKSIZES
+ bool "Platform supports non-power-of-two SDIO transfer"
+ depends on CW1200
+ help
+ Say N here only if you are running the driver on a platform
+ which does not have support for non-power-of-two SDIO transfer.
+ If unsure, say Y.
+
+config CW1200_USE_GPIO_IRQ
+ bool "Use GPIO interrupt"
+ depends on CW1200
+ help
+ Say Y here if you want to include GPIO IRQ support instead of SDIO IRQ.
+ If unsure, say N.
+
+config CW1200_5GHZ_SUPPORT
+ bool "5GHz band support"
+ depends on CW1200
+ help
+ Say Y if your device supports 5GHz band. Should be disabled for
+ CW1100 silicon.
+ If unsure, say N.
+
+config CW1200_WAPI_SUPPORT
+ bool "WAPI support"
+ depends on CW1200
+ help
+ Say Y if your compat-wireless support WAPI.
+ If unsure, say N.
+
+config CW1200_USE_STE_EXTENSIONS
+ bool "STE extensions"
+ depends on CW1200
+ help
+ Say Y if you want to include STE extensions
+ If unsure, say N.
+
+menu "Driver debug features"
+ depends on CW1200
+
+config CW1200_DEBUGFS
+ bool "Expose driver internals to DebugFS (DEVELOPMENT)"
+
+config CW1200_BH_DEBUG
+ bool "Enable low-level device communication logs (DEVELOPMENT)"
+
+config CW1200_WSM_DEBUG
+ bool "Enable WSM API debug messages (DEVELOPMENT)"
+
+config CW1200_WSM_DUMPS
+ bool "Verbose WSM API logging (DEVELOPMENT)"
+
+config CW1200_TXRX_DEBUG
+ bool "Enable TX/RX debug messages (DEVELOPMENT)"
+
+config CW1200_TX_POLICY_DEBUG
+ bool "Enable TX policy debug (DEVELOPMENT)"
+
+config CW1200_STA_DEBUG
+ bool "Enable STA/AP debug (DEVELOPMENT)"
+
+endmenu
+
+endif
+
endif
#