1comment "rl8822cs needs a Linux kernel to be built"
2	depends on !BR2_s390x
3	depends on !BR2_LINUX_KERNEL
4
5config BR2_PACKAGE_RTL8822CS
6	bool "rtl8822cs"
7	depends on !BR2_s390x
8	depends on BR2_LINUX_KERNEL
9	help
10	  Realtek RTL8822CS Wi-Fi driver as a kernel module (JetHome
11	  repository)
12
13          https://github.com/jethome-ru/rtl88x2cs/
14