summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-11 11:47:25 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-20 14:51:28 +0200
commit0741bf667f3cf2e9cf6ec88985e14495a95f1540 (patch)
tree7e5628c99894cfd873c58ddc6d3d6f888b20f170 /drivers/staging/media/atomisp/Kconfig
parent93e24ec6bfe6eeb5e74915e2761136c25cf6cd8d (diff)
downloadlinux-0741bf667f3cf2e9cf6ec88985e14495a95f1540.tar.bz2
media: atomisp: move atomisp_gmin_platform.c to pci/ dir
The atomisp_gmin_platform.c is not a platform driver anymore, but it is, instead, part of the atomisp driver. Move it to be together with the driver. As a bonus, as the atomisp i2c drivers depends on its contents, probing them should load automatically the atomisp core. This should likely avoid some possible race conditions. 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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/Kconfig b/drivers/staging/media/atomisp/Kconfig
index f9507b7b8906..c4f3049b0706 100644
--- a/drivers/staging/media/atomisp/Kconfig
+++ b/drivers/staging/media/atomisp/Kconfig
@@ -31,6 +31,6 @@ config VIDEO_ATOMISP_ISP2401
Disabling it enables support for Atom ISP2400-based boards
(Merrifield and Baytrail SoCs).
-if INTEL_ATOMISP
+if VIDEO_ATOMISP
source "drivers/staging/media/atomisp/i2c/Kconfig"
endif