OpenNuvoton / NUC970_Linux_Kernel

Linux Kernel Source Code for NUC970 Series Microprocessor
Other
68 stars 69 forks source link

How to build kernel with support for multiple LCD panels? #44

Closed lightelf76 closed 5 years ago

lightelf76 commented 5 years ago

Hi, I need to build the kernel with support for different panels, like 320x240, 640x480, 800x480, so I can connect different panels to the boards with single kernel binaries. Panel selection can be with kernel command line or with some other way. Is it possible? What I need to do?

yachen commented 5 years ago

Hi, It's not possible with current driver. One possible solution is to use boot command to tell driver which panel it's connecting with.

lightelf76 commented 5 years ago

Yup, thanks. Did it this way