Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8607dcbe authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 80eb7a50
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
config CSR_WIFI
config CSR_WIFI
	tristate "CSR wireless driver"
	tristate "CSR wireless driver"
	depends on MMC && CFG80211_WEXT
	depends on MMC && CFG80211_WEXT && INET
	select WIRELESS_EXT
	select WIRELESS_EXT
	select WEXT_PRIV
	select WEXT_PRIV
	help
	help