xref: /OK3568_Linux_fs/buildroot/package/rtl8188eu/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_RTL8188EU
2	bool "rtl8188eu"
3	depends on BR2_LINUX_KERNEL
4	help
5	  A standalone driver for the RTL8188EU USB Wi-Fi adapter.
6	  This is needed only for Linux kernels before 3.12.
7	  Since 3.12, there is a (staging) driver in mainline, with a
8	  similar codebase.
9
10	  Make sure your target kernel has the CONFIG_WIRELESS_EXT
11	  config option enabled.
12
13	  Note: this package needs a firmware loading mechanism to load
14	  the binary blob for the chip to work.
15
16	  https://github.com/lwfinger/rtl8188eu
17
18comment "rtl8188eu needs a Linux kernel to be built"
19	depends on !BR2_LINUX_KERNEL
20