This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux: dm6446 VPFE cmos driver develop

Tool/software: Linux

For DM6446 EVM, cmos MT9T001 is used to  capture pictures,the mt9t001.ko is its driver. MT9T001 can be found in kernel configuration menu.

An new cmos is used for my dm6446 board, and I have to develop its driver. so I want to add an new item into multi-media option of kernel configuration,

then it canl generate a framework for cmos driver. Is it feasible to do so?how to do it? I can't find a way to do so in that menu.

if it is invalid to add item for new cmos into kernel configuration menu, I will follow the mt9t001 driver to develp cmos driver. but how to integrate it into kernel driver project?

where to find a user guide from TI to do so?