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