Simple framebuffer support

modulename: simplefb.ko

configname: CONFIG_FB_SIMPLE

Linux Kernel Configuration
└─>Device Drivers
└─>Graphics support
└─>Frame buffer Devices
└─>Support for frame buffer devices
└─>Simple framebuffer support
In linux kernel since version 3.1 (release Date: 2011-10-24)  
Say Y if you want support for a simple frame-buffer.

This driver assumes that the display hardware has been initialized
before the kernel boots, and the kernel will simply render to the
pre-allocated frame buffer surface.

Configuration re: surface address, size, and format must be provided
through device tree, or plain old platform data.

source code: