summaryrefslogtreecommitdiff
path: root/drivers/staging/csr/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-24 16:47:38 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-19 23:36:15 (GMT)
commit15a4bc17b7f4e85cb019e683f14e834078ec2208 (patch)
tree6f7d2556b236be0ff3a3fb72c9e737fba09bd14f /drivers/staging/csr/Kconfig
parent55232eca66c540cbef9b950e71b358137651955b (diff)
downloadlinux-fsl-qoriq-15a4bc17b7f4e85cb019e683f14e834078ec2208.tar.xz
Staging: add CSR Wifi "os helper" module
This module is used by the CSR wifi driver to "abstract" away the OS-specific parts of core functions. It will be eventually deleted, but for now is needed as the CSR driver relies on it. Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com> Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com> Cc: Riku Mettälä <riku.mettala@bluegiga.com> Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/csr/Kconfig')
-rw-r--r--drivers/staging/csr/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/csr/Kconfig b/drivers/staging/csr/Kconfig
new file mode 100644
index 0000000..5d7b800
--- /dev/null
+++ b/drivers/staging/csr/Kconfig
@@ -0,0 +1,7 @@
+config CSR_WIFI
+ tristate "CSR wireless driver"
+ depends on PCI
+ help
+ Driver for the CSR wireless SDIO device.
+
+ If unsure, select N.