From: Andrew Morton Cc: Mauro Carvalho Chehab Signed-off-by: Andrew Morton --- drivers/media/video/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/media/video/Kconfig~git-dvb-someone-broke-the-gpio-includes drivers/media/video/Kconfig --- a/drivers/media/video/Kconfig~git-dvb-someone-broke-the-gpio-includes +++ a/drivers/media/video/Kconfig @@ -848,6 +848,7 @@ config SOC_CAMERA config SOC_CAMERA_MT9M001 tristate "mt9m001 support" depends on SOC_CAMERA + depends on BROKEN select GPIO_PCA953X if MT9M001_PCA9536_SWITCH help This driver supports MT9M001 cameras from Micron, monochrome @@ -863,6 +864,7 @@ config MT9M001_PCA9536_SWITCH config SOC_CAMERA_MT9V022 tristate "mt9v022 support" depends on SOC_CAMERA + depends on BROKEN select GPIO_PCA953X if MT9V022_PCA9536_SWITCH help This driver supports MT9V022 cameras from Micron _