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