diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-15 11:18:48 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-15 11:18:48 -0200 |
commit | 9287d0a07352ef6599d03464082c2960b7aa435d (patch) | |
tree | 3dbaa169bb5cceec139b15994c4ead66dc688c27 /linux | |
parent | 51f8c910bac4f53e1aaa4fedbd0734a014ce5de7 (diff) | |
download | mediapointer-dvb-s2-9287d0a07352ef6599d03464082c2960b7aa435d.tar.gz mediapointer-dvb-s2-9287d0a07352ef6599d03464082c2960b7aa435d.tar.bz2 |
Fix dependencies for MT9M001 and MT9V022
From: Stephen Rothwell <sfr@canb.auug.org.au>
The MT9M001 and MT9V022 cameras must depend on GENERIC_GPIO since they
include asm/gpio.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index d9fc92a82..4e16d7f16 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -847,7 +847,7 @@ config SOC_CAMERA config SOC_CAMERA_MT9M001 tristate "mt9m001 support" - depends on SOC_CAMERA + depends on SOC_CAMERA && GENERIC_GPIO select GPIO_PCA953X if MT9M001_PCA9536_SWITCH help This driver supports MT9M001 cameras from Micron, monochrome @@ -862,7 +862,7 @@ config MT9M001_PCA9536_SWITCH config SOC_CAMERA_MT9V022 tristate "mt9v022 support" - depends on SOC_CAMERA + depends on SOC_CAMERA && GENERIC_GPIO select GPIO_PCA953X if MT9V022_PCA9536_SWITCH help This driver supports MT9V022 cameras from Micron |