diff options
Diffstat (limited to 'drivers/staging/rtl8187se/Kconfig')
| -rw-r--r-- | drivers/staging/rtl8187se/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/rtl8187se/Kconfig b/drivers/staging/rtl8187se/Kconfig new file mode 100644 index 00000000..3162aabb --- /dev/null +++ b/drivers/staging/rtl8187se/Kconfig @@ -0,0 +1,11 @@ +config R8187SE + tristate "RealTek RTL8187SE Wireless LAN NIC driver" + depends on PCI && WLAN + depends on m + select WIRELESS_EXT + select WEXT_PRIV + select EEPROM_93CX6 + select CRYPTO + default N + ---help--- + If built as a module, it will be called r8187se.ko. |
