1*4882a593Smuzhiyunconfig BR2_PACKAGE_TIO 2*4882a593Smuzhiyun bool "tio" 3*4882a593Smuzhiyun depends on !BR2_sparc64 && !BR2_sparc 4*4882a593Smuzhiyun help 5*4882a593Smuzhiyun "tio" is a simple TTY terminal application which features a 6*4882a593Smuzhiyun straightforward commandline interface to easily connect to 7*4882a593Smuzhiyun TTY devices for basic input/output. 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun https://tio.github.io/ 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun# tio is disabled for sparc and sparc64 architectures because it fails 12*4882a593Smuzhiyun# to build with a redefinition of 'struct termio' error, with no proper 13*4882a593Smuzhiyun# fix or workaround for now 14*4882a593Smuzhiyuncomment "tio is disabled for sparc and sparc64 architectures" 15*4882a593Smuzhiyun depends on BR2_sparc64 || BR2_sparc 16