xref: /OK3568_Linux_fs/buildroot/package/uccp420wlan/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_UCCP420WLAN
2	bool "uccp420wlan"
3	depends on BR2_LINUX_KERNEL
4	help
5	  SoftMAC (mac80211) based WiFi driver for Imagination's
6	  Explorer RPU uccp420. This supports Dual Band WiFi with
7	  2.4GHz - 2x2 b/g/n 40MHz, 5GHz - 2x2 a/n/11ac 80MHz modes
8
9	  Used in creator ci40 board.
10
11	  This module needs a Linux kernel >= v4.2.
12
13	  https://github.com/CreatorDev/uccp420wlan
14
15comment "uccp420wlan needs a Linux kernel >= 4.2 to be built"
16	depends on !BR2_LINUX_KERNEL
17