xref: /OK3568_Linux_fs/buildroot/package/libtsm/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1menuconfig BR2_PACKAGE_LIBTSM
2	bool "libtsm"
3	select BR2_PACKAGE_LIBXKBCOMMON
4	help
5		TSM is a state machine for DEC VT100-VT520
6		compatible terminal emulators. It tries to
7		support all common standards while keeping
8		compatibility to existing emulators.
9
10		https://github.com/Aetf/libtsm
11