trivial: Kconfig: .ko is normally not included in module names
[sfrench/cifs-2.6.git] / drivers / net / wireless / hostap / Kconfig
index 1fef33169fdd0c133c995bb2d173851674c3848c..c15db229351573ee7d37ee7494b002160744db86 100644 (file)
@@ -2,8 +2,17 @@ config HOSTAP
        tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)"
        depends on WLAN_80211
        select WIRELESS_EXT
-       select IEEE80211
-       select IEEE80211_CRYPT_WEP
+       select CRYPTO
+       select CRYPTO_ARC4
+       select CRYPTO_ECB
+       select CRYPTO_AES
+       select CRYPTO_MICHAEL_MIC
+       select CRYPTO_ECB
+       select CRC32
+       select LIB80211
+       select LIB80211_CRYPT_WEP
+       select LIB80211_CRYPT_TKIP
+       select LIB80211_CRYPT_CCMP
        ---help---
        Shared driver code for IEEE 802.11b wireless cards based on
        Intersil Prism2/2.5/3 chipset. This driver supports so called
@@ -20,7 +29,7 @@ config HOSTAP
        PLX/PCI/CS version of the driver to actually use the driver.
 
        The driver can be compiled as a module and it will be called
-       "hostap.ko".
+       hostap.
 
 config HOSTAP_FIRMWARE
        bool "Support downloading firmware images with Host AP driver"
@@ -59,7 +68,7 @@ config HOSTAP_PLX
        driver.
 
        The driver can be compiled as a module and will be named
-       "hostap_plx.ko".
+       hostap_plx.
 
 config HOSTAP_PCI
        tristate "Host AP driver for Prism2.5 PCI adaptors"
@@ -72,7 +81,7 @@ config HOSTAP_PCI
        driver.
 
        The driver can be compiled as a module and will be named
-       "hostap_pci.ko".
+       hostap_pci.
 
 config HOSTAP_CS
        tristate "Host AP driver for Prism2/2.5/3 PC Cards"
@@ -85,4 +94,4 @@ config HOSTAP_CS
        driver.
 
        The driver can be compiled as a module and will be named
-       "hostap_cs.ko".
+       hostap_cs.