Bluetooth: hci_uart: Use generic functionality from Broadcom module
[linux/fpc-iii.git] / drivers / staging / fbtft / README
blobbc89b5805f7bcf15beefc08656e3dcd608af4a39
1   FBTFT
2 =========
4 Linux Framebuffer drivers for small TFT LCD display modules.
5 The module 'fbtft' makes writing drivers for some of these displays very easy.
7 Development is done on a Raspberry Pi running the Raspbian "wheezy" distribution.
9 INSTALLATION
10   Download kernel sources
12   From Linux 3.15  
13     cd drivers/video/fbdev/fbtft
14     git clone https://github.com/notro/fbtft.git
15     
16     Add to drivers/video/fbdev/Kconfig:   source "drivers/video/fbdev/fbtft/Kconfig"
17     Add to drivers/video/fbdev/Makefile:  obj-y += fbtft/
18   
19   Before Linux 3.15  
20     cd drivers/video
21     git clone https://github.com/notro/fbtft.git
22     
23     Add to drivers/video/Kconfig:   source "drivers/video/fbtft/Kconfig"
24     Add to drivers/video/Makefile:  obj-y += fbtft/
25   
26   Enable driver(s) in menuconfig and build the kernel
29 See wiki for more information: https://github.com/notro/fbtft/wiki
32 Source: https://github.com/notro/fbtft/