Config.in 927 B

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