summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/Makefile
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2020-02-11 19:05:57 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-12-02 15:47:06 +0100
commitb24cc2a18c50e4e315abc76a86b26b4c49652f79 (patch)
tree03bf034bdd99500f169334c0d4963a6a02aec0e4 /drivers/media/i2c/Makefile
parent571b6caff4e890035deeb1451f2c1e5dca0e0dd2 (diff)
media: smiapp: Rename as "ccs"
Rename the "smiapp" driver as "ccs". MIPI CCS is the contemporary standard for raw Bayer camera sensors. The driver retains support for the SMIA++ and SMIA compliant camera sensors. A module alias is added for old user space using "smiapp" module name. Add Intel copyright while at it. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/i2c/Makefile')
-rw-r--r--drivers/media/i2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/Makefile b/drivers/media/i2c/Makefile
index b448506ce503..5c733394171d 100644
--- a/drivers/media/i2c/Makefile
+++ b/drivers/media/i2c/Makefile
@@ -2,7 +2,7 @@
msp3400-objs := msp3400-driver.o msp3400-kthreads.o
obj-$(CONFIG_VIDEO_MSP3400) += msp3400.o
-obj-$(CONFIG_VIDEO_SMIAPP) += smiapp/
+obj-$(CONFIG_VIDEO_CCS) += ccs/
obj-$(CONFIG_VIDEO_ET8EK8) += et8ek8/
obj-$(CONFIG_VIDEO_CX25840) += cx25840/
obj-$(CONFIG_VIDEO_M5MOLS) += m5mols/