Jamie
Jamie

Reputation: 7431

Is there a listing of the video drivers in the Linux kernel?

I'm trying to pick an small (< 4") touchscreen TFT/LCD. Because I'm no stranger to LCD/TFT linux driver development (I did one for an Epson chip), I'd rather pick one that is supported directly by the kernel.

Is there a listing of the video chipsets that Linux natively supports?

Upvotes: 1

Views: 975

Answers (1)

caf
caf

Reputation: 239071

The drivers/video/Kconfig file from the "Frame buffer hardware drivers" line onwards is probably the most up-to-date source.

Upvotes: 3

Related Questions