Config.in 717 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_CC_TOOL
  2. bool "cc-tool"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. depends on BR2_USE_WCHAR # boost-filesystem
  6. select BR2_PACKAGE_LIBUSB
  7. select BR2_PACKAGE_BOOST
  8. select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
  9. select BR2_PACKAGE_BOOST_SYSTEM
  10. select BR2_PACKAGE_BOOST_REGEX
  11. select BR2_PACKAGE_BOOST_FILESYSTEM
  12. help
  13. cc-tool provides support for Texas Instruments CC Debugger
  14. for Linux OS in order to program 8051-based System-On-Chip
  15. devices: CC254x CC253x CC243x CC251x CC111x
  16. https://github.com/dashesy/cc-tool/
  17. comment "cc-tool needs a toolchain w/ C++, threads, wchar"
  18. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR