python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / rtl8188eu / Config.in
blob09cde24a0fe5e49497257805e69ec1fabd497c26
1 config 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 similar
8           codebase.
10           Make sure your target kernel has the CONFIG_WIRELESS_EXT config
11           option enabled.
13           Note: this package needs a firmware loading mechanism to load the
14           binary blob for the chip to work.
16           https://github.com/lwfinger/rtl8188eu
18 comment "rtl8188eu needs a Linux kernel to be built"
19         depends on !BR2_LINUX_KERNEL