Browse Source

staging: csr: remove unneeded PCI dependency

Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Lauri Hintsala 13 years ago
parent
commit
5b99b09430
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/csr/Kconfig

+ 1 - 1
drivers/staging/csr/Kconfig

@@ -1,6 +1,6 @@
 config CSR_WIFI
 	tristate "CSR wireless driver"
-	depends on PCI && MMC && CFG80211_WEXT
+	depends on MMC && CFG80211_WEXT
 	select WIRELESS_EXT
 	select WEXT_PRIV
 	help