xref: /OK3568_Linux_fs/buildroot/package/bcusdk/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_BCUSDK
2*4882a593Smuzhiyun	bool "bcusdk"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # libpthsem
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBPTHSEM
6*4882a593Smuzhiyun	select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  A free development environment for the Bus Coupling Units of
9*4882a593Smuzhiyun	  the European Installation Bus.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  The European Installation Bus EIB is a home and building
12*4882a593Smuzhiyun	  automation bus system. It is optimized for low-speed control
13*4882a593Smuzhiyun	  applications like lighting and blinds control.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  BCUs (Bus Coupling Units) are standardized, generic
16*4882a593Smuzhiyun	  platforms for embedded EIB devices. They include the entire
17*4882a593Smuzhiyun	  physical layer network interface, power supply and a
18*4882a593Smuzhiyun	  microcontroller with an implementation of the EIB protocol
19*4882a593Smuzhiyun	  stack stored in the ROM.
20*4882a593Smuzhiyun
21*4882a593Smuzhiyun	  http://www.auto.tuwien.ac.at/~mkoegler/eib/
22*4882a593Smuzhiyun
23*4882a593Smuzhiyuncomment "bcusdk needs a toolchain w/ C++"
24*4882a593Smuzhiyun	depends on BR2_USE_MMU
25*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP
26