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.85k stars 494 forks source link

Boot console #9

Closed wolandmaster closed 11 years ago

wolandmaster commented 11 years ago

Hello,

I have a question regarding boot console. The wiki said "Compile the driver into the kernel and provide device info in the platform file". I know how to compile the driver into the kernel, but where is the "platform file"? Could you provide an example how to do this?

Thanks in advance.

notro commented 11 years ago

See here: https://github.com/notro/fbtft/wiki/Build-kernel-and-fbtft-drivers#configure-devices

wolandmaster commented 11 years ago

thanks