summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-30 09:49:43 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-20 12:32:19 +0200
commit9d4fa1a16b28b1d12b0378993d2d48f572a045d9 (patch)
tree6cdd2ed63ead500d7684755ed77657298fe29111 /drivers/staging/media/atomisp/Kconfig
parentd8763340d2cb6262fb86424315a1f92cabc0e23c (diff)
media: atomisp: cleanup directory hierarchy
This driver has very long directories without a good reason (IMHO). Let's drop two directories from such hierarchy, in order to simplify things a little bit and make the dir output a bit more readable. 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, 12 insertions, 2 deletions
diff --git a/drivers/staging/media/atomisp/Kconfig b/drivers/staging/media/atomisp/Kconfig
index 397745ebcd56..dce6dd9bd7e1 100644
--- a/drivers/staging/media/atomisp/Kconfig
+++ b/drivers/staging/media/atomisp/Kconfig
@@ -1,5 +1,5 @@
menuconfig INTEL_ATOMISP
- bool "Enable support to Intel MIPI camera drivers"
+ bool "Enable support to Intel Atom ISP camera drivers"
depends on X86 && EFI && PCI && ACPI
select IOSF_MBI
select MEDIA_CONTROLLER
@@ -8,7 +8,17 @@ menuconfig INTEL_ATOMISP
Enable support for the Intel ISP2 camera interfaces and MIPI
sensor drivers.
+config VIDEO_ATOMISP
+ tristate "Intel Atom Image Signal Processor Driver"
+ depends on VIDEO_V4L2 && INTEL_ATOMISP
+ select IOSF_MBI
+ select VIDEOBUF_VMALLOC
+ ---help---
+ Say Y here if your platform supports Intel Atom SoC
+ camera imaging subsystem.
+ To compile this driver as a module, choose M here: the
+ module will be called atomisp
+
if INTEL_ATOMISP
-source "drivers/staging/media/atomisp/pci/Kconfig"
source "drivers/staging/media/atomisp/i2c/Kconfig"
endif