Commit 42e4c20f authored by Larry Finger's avatar Larry Finger Committed by Greg Kroah-Hartman

staging: r8192ee: Fix build errors when PCI is not available

A build of this driver fails when PCI is not selected. It would also
fail if MAC80211 is not selected. Kconfig is fixed to handle these
conditions, and to select additional necessary components.
Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reported-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 09e4659e
config R8192EE config R8192EE
tristate "Realtek RTL8192EE Wireless Network Adapter" tristate "Realtek RTL8192EE Wireless Network Adapter"
depends on PCI && WLAN && MAC80211
depends on m
select WIRELESS_EXT
select WEXT_PRIV
select EEPROM_93CX6
select CRYPTO
select FW_LOADER select FW_LOADER
default N
---help--- ---help---
This is the driver for Realtek RTL8192EE 802.11 PCIe This is the driver for Realtek RTL8192EE 802.11 PCIe
wireless network adapters. wireless network adapters.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment