blob: 22adb7265adb09160e9037353e06d0e0d2c0a50a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_LIBSERIAL
bool "libserial"
depends on BR2_INSTALL_LIBSTDCPP
help
Simplified serial port programming in C++ under POSIX operating
systems.
http://libserial.sourceforge.net/
comment "libserial needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
|