diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-06-26 15:10:12 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-10 12:16:32 -0400 |
commit | bdb903e499aa9dcc727a74942131ef948ebf2e1b (patch) | |
tree | 6803e3b62cc3aeb5c2c80e7e6188a568f493fc23 /drivers/net/wireless/iwmc3200wifi/Kconfig | |
parent | f7ace5f044295a06a26cd1b4c176b011b0297ac4 (diff) |
iwmc3200wifi: remove driver for unavailable hardware
This hardware never became available to normal humans. Leaving this
driver imposes unwelcome maintenance costs for no clear benefit.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/net/wireless/iwmc3200wifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwmc3200wifi/Kconfig | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/drivers/net/wireless/iwmc3200wifi/Kconfig b/drivers/net/wireless/iwmc3200wifi/Kconfig deleted file mode 100644 index 7107ce53d4d4..000000000000 --- a/drivers/net/wireless/iwmc3200wifi/Kconfig +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | config IWM | ||
2 | tristate "Intel Wireless Multicomm 3200 WiFi driver (EXPERIMENTAL)" | ||
3 | depends on MMC && EXPERIMENTAL | ||
4 | depends on CFG80211 | ||
5 | select FW_LOADER | ||
6 | select IWMC3200TOP | ||
7 | help | ||
8 | The Intel Wireless Multicomm 3200 hardware is a combo | ||
9 | card with GPS, Bluetooth, WiMax and 802.11 radios. It | ||
10 | runs over SDIO and is typically found on Moorestown | ||
11 | based platform. This driver takes care of the 802.11 | ||
12 | part, which is a fullmac one. | ||
13 | |||
14 | If you choose to build it as a module, it'll be called | ||
15 | iwmc3200wifi.ko. | ||
16 | |||
17 | config IWM_DEBUG | ||
18 | bool "Enable full debugging output in iwmc3200wifi" | ||
19 | depends on IWM && DEBUG_FS | ||
20 | help | ||
21 | This option will enable debug tracing and setting for iwm | ||
22 | |||
23 | You can set the debug level and module through debugfs. By | ||
24 | default all modules are set to the IWL_DL_ERR level. | ||
25 | To see the list of debug modules and levels, see iwm/debug.h | ||
26 | |||
27 | For example, if you want the full MLME debug output: | ||
28 | echo 0xff > /sys/kernel/debug/iwm/phyN/debug/mlme | ||
29 | |||
30 | Or, if you want the full debug, for all modules: | ||
31 | echo 0xff > /sys/kernel/debug/iwm/phyN/debug/level | ||
32 | echo 0xff > /sys/kernel/debug/iwm/phyN/debug/modules | ||
33 | |||
34 | config IWM_TRACING | ||
35 | bool "Enable event tracing for iwmc3200wifi" | ||
36 | depends on IWM && EVENT_TRACING | ||
37 | help | ||
38 | Say Y here to trace all the commands and responses between | ||
39 | the driver and firmware (including TX/RX frames) with ftrace. | ||