~ubuntu-branches/ubuntu/natty/linux-backports-modules-2.6.38/natty-updates

« back to all changes in this revision

Viewing changes to updates/compat-wireless-2.6.37/drivers/net/wireless/wl1251/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Tim Gardner, Tim Gardner
  • Date: 2011-06-08 10:44:09 UTC
  • Revision ID: james.westby@ubuntu.com-20110608104409-fnl8carkdo15bwsz
Tags: 2.6.38-10.6
[ Tim Gardner ]

Shorten compat-wireless package name to cw to accomodate
CDROM file name length restrictions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
menuconfig WL1251
2
 
        tristate "TI wl1251 driver support"
3
 
        depends on MAC80211 && EXPERIMENTAL && GENERIC_HARDIRQS
4
 
        select FW_LOADER
5
 
        select CRC7
6
 
        ---help---
7
 
          This will enable TI wl1251 driver support. The drivers make
8
 
          use of the mac80211 stack.
9
 
 
10
 
          If you choose to build a module, it'll be called wl1251. Say
11
 
          N if unsure.
12
 
 
13
 
config WL1251_SPI
14
 
        tristate "TI wl1251 SPI support"
15
 
        depends on WL1251 && SPI_MASTER
16
 
        ---help---
17
 
          This module adds support for the SPI interface of adapters using
18
 
          TI wl1251 chipset.  Select this if your platform is using
19
 
          the SPI bus.
20
 
 
21
 
          If you choose to build a module, it'll be called wl1251_spi.
22
 
          Say N if unsure.
23
 
 
24
 
config WL1251_SDIO
25
 
        tristate "TI wl1251 SDIO support"
26
 
        depends on WL1251 && MMC
27
 
        ---help---
28
 
          This module adds support for the SDIO interface of adapters using
29
 
          TI wl1251 chipset.  Select this if your platform is using
30
 
          the SDIO bus.
31
 
 
32
 
          If you choose to build a module, it'll be called
33
 
          wl1251_sdio. Say N if unsure.