Hello,
As by subject, I am trying to compile the git linux kernel with display and framebuffer compiled as module. This configuration was allowed in old montavista kernel.
1) "Davinci framebuffer support" (CONFIG_FB_DAVINCI) cannot be selected as a module
2) Even if left as a kernel component ("y" instead of "m"), compilation fails with "undefined reference to" a lot of symbols declared in davinci_osd.c. Notice that DaVinci OSD can be compiled as a module. I've tried to compile it as a component instead, but due to dependences, almost everything in video capture/display must then be included as component. Instead I want to keep as much as possible modular.
Please try to compile with the attached ".config".