1*4882a593Smuzhiyun# Prompt-less option, because this package is not doing anything 2*4882a593Smuzhiyun# except downloading the FB TFT sources. The real work is done by a 3*4882a593Smuzhiyun# Linux extension. 4*4882a593Smuzhiyunconfig BR2_PACKAGE_FBTFT 5*4882a593Smuzhiyun bool 6*4882a593Smuzhiyun depends on BR2_LINUX_KERNEL 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun Linux Framebuffer drivers for small TFT LCD display modules, 9*4882a593Smuzhiyun e.g. Adafruit PiTFT displays for Raspberry Pi. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun This is only the download helper for the kernel patch. 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun https://github.com/notro/fbtft 14