1config BR2_PACKAGE_RTL8192EU
2	bool "rtl8192eu"
3	depends on !BR2_s390x
4	depends on BR2_LINUX_KERNEL
5	help
6	  A standalone driver for the RTL8192EU USB Wi-Fi adapter.
7
8	  Make sure your target kernel has the CONFIG_WIRELESS_EXT
9	  config option enabled.
10
11	  https://github.com/clnhub/rtl8192eu-linux
12
13comment "rtl8192eu needs a Linux kernel to be built"
14	depends on !BR2_s390x
15	depends on !BR2_LINUX_KERNEL
16