xref: /OK3568_Linux_fs/buildroot/package/linknx/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LINKNX
2*4882a593Smuzhiyun	bool "linknx"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # libpthsem
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBPTHSEM
6*4882a593Smuzhiyun	select BR2_PACKAGE_ARGP_STANDALONE \
7*4882a593Smuzhiyun	       if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  Linknx is an automation platform providing high level
11*4882a593Smuzhiyun	  functionalities to EIB/KNX installation.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  http://linknx.sourceforge.net/
14*4882a593Smuzhiyun	  https://github.com/linknx/linknx
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "linknx needs a toolchain w/ C++"
17*4882a593Smuzhiyun	depends on BR2_USE_MMU
18*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP
19