Commits

Cristina Ciocan committed fe290501388
MLK-15048-2: video: Add proper config dependencies Currently, if setting MXC_IPU to 'no' leads to a chain of build crashes. This happens due to lack of proper config dependencies. This patch fixes the following interdependencies: - framebuffer sync panel (FB_MXC_SYNC_PANEL) - should depend on IPU v3 (MXC_IPU_V3) - ADV7535 MIPI-to-HDMI converter (FB_MXC_ADV7535) - should depend on MIPI DSI (FB_MXC_MIPI_DSI) - framebuffer MXS LCD controller (FB_MXS) - should depend on framebuffer sync panel (FB_MXC_SYNC_PANEL) - camera v4l drivers + TV decoders that use IOCTL interface (MXC_CAMERA_OV5640, MXC_CAMERA_OV5642, MXC_CAMERA_OV5640_MIPI, MXC_TVIN_ADV7180) - should depend on V4L2 internal IOCTL interface (VIDEO_V4L2_MXC_INT_DEVICE) Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>