summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-30 12:32:18 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-20 13:32:19 +0300
commit085093606320ac76a062c99cf12e33c010417b4b (patch)
tree587e3e933169a796f96eabce566f23122aed4df9 /drivers/staging/media/atomisp/Kconfig
parentfe4586ca23ae68e307b75a8d7d7ee248e1a59949 (diff)
downloadlinux-085093606320ac76a062c99cf12e33c010417b4b.tar.xz
media: atomisp: allow building for isp2401
Now that everything needed to build for ISP2401 is solved, we can setup atomisp to build either for ISP2400 or ISP2401. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/Kconfig')
-rw-r--r--drivers/staging/media/atomisp/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/staging/media/atomisp/Kconfig b/drivers/staging/media/atomisp/Kconfig
index dce6dd9bd7e1..f9507b7b8906 100644
--- a/drivers/staging/media/atomisp/Kconfig
+++ b/drivers/staging/media/atomisp/Kconfig
@@ -19,6 +19,18 @@ config VIDEO_ATOMISP
To compile this driver as a module, choose M here: the
module will be called atomisp
+config VIDEO_ATOMISP_ISP2401
+ bool "VIDEO_ATOMISP_ISP2401"
+ depends on VIDEO_ATOMISP
+ help
+ Enable support for Atom ISP2401-based boards.
+
+ Select this option for Anniedale (Merrifield+ / Moorefield)
+ and Cherrytrail SoCs.
+
+ Disabling it enables support for Atom ISP2400-based boards
+ (Merrifield and Baytrail SoCs).
+
if INTEL_ATOMISP
source "drivers/staging/media/atomisp/i2c/Kconfig"
endif