From: Jérémy Lefaure Date: Mon, 20 Mar 2017 14:40:50 +0000 (+0000) Subject: staging: media: atomisp: select REGMAP_I2C needed by ap1302.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5e43d672d4cc5b60a64ec8fb5994ba56f5c7e648;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git staging: media: atomisp: select REGMAP_I2C needed by ap1302.c REGMAP_I2C should be enabled to build the driver ap1302 because it uses regmap functions. Signed-off-by: Jérémy Lefaure Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/media/atomisp/i2c/Kconfig b/drivers/staging/media/atomisp/i2c/Kconfig index 30b0bb94f20d..b80d29d53e65 100644 --- a/drivers/staging/media/atomisp/i2c/Kconfig +++ b/drivers/staging/media/atomisp/i2c/Kconfig @@ -62,6 +62,7 @@ config VIDEO_MT9M114 config VIDEO_AP1302 tristate "AP1302 external ISP support" depends on I2C && VIDEO_V4L2 + select REGMAP_I2C ---help--- This is a Video4Linux2 sensor-level driver for the external ISP AP1302.