notro / fbtft

Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
1.86k stars 494 forks source link

Provide single driver #26

Closed mase76 closed 11 years ago

mase76 commented 11 years ago

Hi! Couldn't you provide a singe driver to build the module for the running kernel? The in-tree building makes many time effort when building the whole kernel on the pi.

notro commented 11 years ago

The reason is that the FBTFT drivers need FB_DEFERRED_IO. This isn't set in the running kernel, and can't be build as a loadable module: https://github.com/raspberrypi/linux/blob/rpi-3.6.y/drivers/video/Kconfig#L201