~ubuntu-branches/debian/experimental/linux-2.6/experimental

« back to all changes in this revision

Viewing changes to drivers/net/wireless/iwlwifi/Kconfig

  • Committer: Package Import Robot
  • Author(s): maximilian attems, maximilian attems, Ben Hutchings
  • Date: 2012-06-06 10:25:57 UTC
  • mfrom: (1.2.38)
  • Revision ID: package-import@ubuntu.com-20120606102557-b9j3506wcwrqrnx8
Tags: 3.4.1-1~experimental.1
* New upstream release: http://kernelnewbies.org/Linux_3.4
* New upstream stable update:
  http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.4.1

[ maximilian attems ]
* Enable DM_VERITY, NF_CONNTRACK_TIMEOUT, NF_CT_NETLINK_TIMEOUT,
  IP_NF_MATCH_RPFILTER, IP6_NF_MATCH_RPFILTER, NETFILTER_NETLINK_ACCT,
  NETFILTER_XT_MATCH_NFACCT, NET_SCH_PLUG, SCSI_UFSHCD, SCSI_VIRTIO,
  NET_TEAM, ATH6KL.

[ Ben Hutchings ]
* DFSG: Remove the new vs6624 driver, which contains non-free firmware
* aufs: Update to aufs3.4-20120521
* [rt] Update to 3.4-rt8 and reenable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
config IWLWIFI
2
2
        tristate "Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) "
3
 
        depends on PCI && MAC80211
 
3
        depends on PCI && MAC80211 && HAS_IOMEM
4
4
        select FW_LOADER
5
5
        select NEW_LEDS
6
6
        select LEDS_CLASS
127
127
         support when it is loaded.
128
128
 
129
129
         Say Y only if you want to experiment with P2P.
 
130
 
 
131
config IWLWIFI_EXPERIMENTAL_MFP
 
132
        bool "support MFP (802.11w) even if uCode doesn't advertise"
 
133
        depends on IWLWIFI
 
134
        help
 
135
          This option enables experimental MFP (802.11W) support
 
136
          even if the microcode doesn't advertise it.
 
137
 
 
138
          Say Y only if you want to experiment with MFP.