summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/Kconfig
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-12-11 13:17:01 -0200
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-01-21 15:39:42 -0200
commit8866cfbf655067237bb34a32a199f01eca9eeb5a (patch)
tree39f3161e9f11ed8d8ec15d11bf273c17026a9b34 /drivers/media/i2c/Kconfig
parent6372f01cddaa9d910d530ba3e389b9f86c7052e4 (diff)
downloadlinux-0-day-8866cfbf655067237bb34a32a199f01eca9eeb5a.tar.gz
linux-0-day-8866cfbf655067237bb34a32a199f01eca9eeb5a.tar.xz
media: video-i2c: add Melexis MLX90640 thermal camera
Add initial support for MLX90640 thermal cameras which output an 32x24 greyscale pixel image along with 2 rows of coefficent data. Because of this the data outputed is really 32x26 and needs the two rows removed after using the coefficent information to generate processed images in userspace. Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c/Kconfig')
-rw-r--r--drivers/media/i2c/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index 119aaee5318b6..e6cd5cf7c3d99 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -1107,6 +1107,7 @@ config VIDEO_I2C
Enable the I2C transport video support which supports the
following:
* Panasonic AMG88xx Grid-Eye Sensors
+ * Melexis MLX90640 Thermal Cameras
To compile this driver as a module, choose M here: the
module will be called video-i2c