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