xref: /OK3568_Linux_fs/buildroot/package/iwd/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IWD
2*4882a593Smuzhiyun	bool "iwd"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # dbus
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # ell
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12 # ell
7*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # ell
8*4882a593Smuzhiyun	select BR2_PACKAGE_DBUS # runtime
9*4882a593Smuzhiyun	select BR2_PACKAGE_ELL
10*4882a593Smuzhiyun	select BR2_PACKAGE_OPENRESOLV if !BR2_PACKAGE_SYSTEMD_RESOLVED
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  iNet Wireless daemon (iwd)
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  https://iwd.wiki.kernel.org/
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "iwd needs a toolchain w/ threads, wchar, headers >= 4.12"
17*4882a593Smuzhiyun	depends on BR2_USE_MMU # dbus
18*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # ell
19*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
20*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
21