aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/i2c/Kconfig
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2018-11-27 03:34:45 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-12-05 06:35:46 -0500
commit4f9d7225c70dd9d3f406b79e60f8dbd2cd5ae743 (patch)
treec5842249b005fd8bfeeb562a4988533e2a2e29fd /drivers/media/i2c/Kconfig
parentmedia: imx274: declare the correct number of controls (diff)
downloadwireguard-linux-4f9d7225c70dd9d3f406b79e60f8dbd2cd5ae743.tar.xz
wireguard-linux-4f9d7225c70dd9d3f406b79e60f8dbd2cd5ae743.zip
media: imx274: select REGMAP_I2C
The imx274 driver uses regmap and the build will fail without it. Fixes: drivers/media/i2c/imx274.c:142:21: error: variable ‘imx274_regmap_config’ has initializer but incomplete type static const struct regmap_config imx274_regmap_config = { ^~~~~~~~~~~~~ drivers/media/i2c/imx274.c:1869:19: error: implicit declaration of function ‘devm_regmap_init_i2c’ [-Werror=implicit-function-declaration] imx274->regmap = devm_regmap_init_i2c(client, &imx274_regmap_config); ^~~~~~~~~~~~~~~~~~~~ and others. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> 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 e7197c3593f2..3b88f45d8e05 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -623,6 +623,7 @@ config VIDEO_IMX274
tristate "Sony IMX274 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
+ select REGMAP_I2C
---help---
This is a V4L2 sensor driver for the Sony IMX274
CMOS image sensor.