aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-08-14 16:53:21 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-08-14 16:53:21 -0700
commit8607dcbefb9e1bcbefe2d77f74809cf31e6a04a1 (patch)
tree60306370aff933213761128fe0d113718937e47c /drivers/staging
parentstaging: comedi: Fix reversed test in comedi_device_attach() (diff)
downloadlinux-dev-8607dcbefb9e1bcbefe2d77f74809cf31e6a04a1.tar.xz
linux-dev-8607dcbefb9e1bcbefe2d77f74809cf31e6a04a1.zip
staging: csr: add INET dependancy
Randy noticed that with CONFIG_INET turned off, the following build errors happen: ERROR: "register_inetaddr_notifier" [drivers/staging/csr/csr_wifi.ko] undefined! ERROR: "unregister_inetaddr_notifier" [drivers/staging/csr/csr_wifi.ko] undefined! Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/csr/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/csr/Kconfig b/drivers/staging/csr/Kconfig
index cee8d48d2af9..ad2a1096e920 100644
--- a/drivers/staging/csr/Kconfig
+++ b/drivers/staging/csr/Kconfig
@@ -1,6 +1,6 @@
config CSR_WIFI
tristate "CSR wireless driver"
- depends on MMC && CFG80211_WEXT
+ depends on MMC && CFG80211_WEXT && INET
select WIRELESS_EXT
select WEXT_PRIV
help