Hi, I am building a kernel 3.14 for CM-T3730 core module. It has a DM3730 processor in it, just like the Beagleboard-xM. I used the default beagleboard kernel config as a starter. The kernel is booting fine but it seems like the omapfb driver is not even loaded. I changed the kernel config so that everything concerning omapfb is build into the kernel and not as a module. But even after tuning on debug support for omapfb in the kernel and passing omapfb.debug=y to the kernel there is absolute no debug output from the module. There are also no framebuffers in /dev and /sys/devices/platform/omapfb/ does not exist. I want to use the generic DPI panel display driver and I will (later) also need support for HDMI port. Do I have to do anything else? Do I have to add the fb to the device tree (I am using cm-t3730 dt)? Please find attached my kernel config file extracted from /proc/config.gz. Fabian