1*4882a593Smuzhiyunconfig BR2_PACKAGE_BRLTTY 2*4882a593Smuzhiyun bool "brltty" 3*4882a593Smuzhiyun depends on BR2_USE_WCHAR 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 6*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 7*4882a593Smuzhiyun select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID if BR2_PACKAGE_BLUEZ5_UTILS # runtime 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun A daemon providing access to the Linux console for a blind 10*4882a593Smuzhiyun person using a refreshable braille display. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun http://brltty.app/ 13*4882a593Smuzhiyun 14*4882a593Smuzhiyunif BR2_PACKAGE_BRLTTY 15*4882a593Smuzhiyun 16*4882a593Smuzhiyunconfig BR2_PACKAGE_BRLTTY_TEXT_TABLE 17*4882a593Smuzhiyun string "text-table" 18*4882a593Smuzhiyun 19*4882a593Smuzhiyunendif 20*4882a593Smuzhiyun 21*4882a593Smuzhiyuncomment "brltty needs a toolchain w/ dynamic lib, threads, wchar" 22*4882a593Smuzhiyun depends on BR2_USE_MMU 23*4882a593Smuzhiyun depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR 24