xref: /OK3568_Linux_fs/buildroot/package/cc-tool/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_CC_TOOL
2*4882a593Smuzhiyun	bool "cc-tool"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS # boost-filesystem
6*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # boost-filesystem
7*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUSB
9*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST
10*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
11*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST_SYSTEM
12*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST_REGEX
13*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST_FILESYSTEM
14*4882a593Smuzhiyun	help
15*4882a593Smuzhiyun	  cc-tool provides support for Texas Instruments CC Debugger
16*4882a593Smuzhiyun	  for Linux OS in order to program 8051-based System-On-Chip
17*4882a593Smuzhiyun	  devices: CC254x CC253x CC243x CC251x CC111x
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  https://github.com/dashesy/cc-tool/
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuncomment "cc-tool needs a toolchain w/ C++, threads, wchar, gcc >= 4.9 "
22*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS
23*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || \
24*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
25*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
26