Forum Discussion
Altera_Forum
Honored Contributor
21 years agoVideo drivers
Hello everybody, I'm trying to connect a camera device on an altera cyclone development kit. When I search the driver using the word "video" on the kernel configuration, the result looks as ...
Altera_Forum
Honored Contributor
21 years agoall the drivers are there, and the kernel source tree is a full fledged one. One thing sould be pointed out is, many of the drivers are specific to certain architectures, platforms, or types of buses. You can check and modify the file drivers/media/video/Kconfig to make the driver you want appear in the kernel configuration. In most cases you need to customize the driver.