summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-19 12:18:13 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-20 12:26:12 +0200
commitad85094b293e40e7a2f831b0311a389d952ebd5e (patch)
treeb3c32c16c562fcec5e0197966108b24fdd226e99 /drivers/staging/media/atomisp/Kconfig
parentad3a44cbd1b2e1559c6b93e80dc0c9c29632969a (diff)
downloadlinux-ad85094b293e40e7a2f831b0311a389d952ebd5e.tar.bz2
Revert "media: staging: atomisp: Remove driver"
There are some interest on having this driver back, and I can probably dedicate some time to address its issue. So, let's ressurect it. For now, the driver causes a recursive error and doesn't build, so, make it depend on BROKEN. This reverts commit 51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654. 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/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/media/atomisp/Kconfig b/drivers/staging/media/atomisp/Kconfig
new file mode 100644
index 000000000000..fbaba41ba7db
--- /dev/null
+++ b/drivers/staging/media/atomisp/Kconfig
@@ -0,0 +1,14 @@
+menuconfig INTEL_ATOMISP
+ bool "Enable support to Intel MIPI camera drivers"
+ depends on X86 && EFI && PCI && ACPI
+ depends on BROKEN
+ select MEDIA_CONTROLLER
+ select COMMON_CLK
+ help
+ Enable support for the Intel ISP2 camera interfaces and MIPI
+ sensor drivers.
+
+if INTEL_ATOMISP
+source "drivers/staging/media/atomisp/pci/Kconfig"
+source "drivers/staging/media/atomisp/i2c/Kconfig"
+endif