diff options
author | Philipp Wiesner <p.wiesner@phytec.de> | 2010-08-03 06:57:39 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-08 22:43:03 -0400 |
commit | c8cf078ebd9f9b5ec3a113c8262062799fd9948a (patch) | |
tree | 678c71f303848158ec6c76a5d1b7a7d299df342d /drivers/media/video/Kconfig | |
parent | d86097e19cef2f13a29fc37db0dad17b99b6d5f8 (diff) |
V4L/DVB: mt9m111: Added indication that MT9M131 is supported by this driver
Added this info to Kconfig and mt9m111.c, some comment cleanup,
replaced 'mt9m11x'-statements by clarifications or driver name.
Driver is fully compatible to mt9m131 which has only additional functions
compared to mt9m111. Those aren't used anyway at the moment.
Signed-off-by: Philipp Wiesner <p.wiesner@phytec.de>
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 9d55fef2be3b..f6e4d0475351 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -792,10 +792,11 @@ config SOC_CAMERA_MT9M001 | |||
792 | and colour models. | 792 | and colour models. |
793 | 793 | ||
794 | config SOC_CAMERA_MT9M111 | 794 | config SOC_CAMERA_MT9M111 |
795 | tristate "mt9m111 and mt9m112 support" | 795 | tristate "mt9m111, mt9m112 and mt9m131 support" |
796 | depends on SOC_CAMERA && I2C | 796 | depends on SOC_CAMERA && I2C |
797 | help | 797 | help |
798 | This driver supports MT9M111 and MT9M112 cameras from Micron | 798 | This driver supports MT9M111, MT9M112 and MT9M131 cameras from |
799 | Micron/Aptina | ||
799 | 800 | ||
800 | config SOC_CAMERA_MT9T031 | 801 | config SOC_CAMERA_MT9T031 |
801 | tristate "mt9t031 support" | 802 | tristate "mt9t031 support" |