Hi, On 09/08/13 20:14, Laurent Pinchart wrote: > The Common Display Framework (CDF) splits display devices in entities > that interact through an abstract API. Each entity is managed by its own > driver independently of the other entities, with the framework > orchestrating interactions. > > This commit introduces the CDF core with entity (un)registration and > core control operations support. > > Signed-off-by: Laurent Pinchart The media entity code used in CDF needs (at least) MEDIA_CAMERA_SUPPORT and MEDIA_CONTROLLER to be enabled in the kernel config. These are not selected/depended upon currently. And while MEDIA_CONTROLLER makes sense, MEDIA_CAMERA_SUPPORT doesn't, so maybe there's some tuning needed for the media code. Tomi