summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/Makefile
diff options
context:
space:
mode:
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>2017-05-31 15:23:48 +0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-06-13 18:48:18 +0200
commitd69ae57453c80a2193bcdb3fd762efbec447eecf (patch)
treea7ce212a2fa15f2a023ab1ad855a5457dbfa410a /drivers/media/platform/Makefile
parent[media] dt-bindings: media: stm32 cec driver (diff)
downloadlinux-d69ae57453c80a2193bcdb3fd762efbec447eecf.tar.xz
linux-d69ae57453c80a2193bcdb3fd762efbec447eecf.zip
[media] cec: add STM32 cec driver
This patch add cec driver for STM32 platforms. cec hardware block isn't not always used with hdmi so cec notifier is not implemented. That will be done later when STM32 DSI driver will be available. Driver compliance has been tested with cec-ctl and cec-compliance tools. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Signed-off-by: Yannick Fertre <yannick.fertre@st.com> [hans.verkuil@cisco.com: modified platform/Makefile to use obj-y] Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/Makefile')
-rw-r--r--drivers/media/platform/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/platform/Makefile b/drivers/media/platform/Makefile
index c3588d570f5d..6bbdf942e8c8 100644
--- a/drivers/media/platform/Makefile
+++ b/drivers/media/platform/Makefile
@@ -44,6 +44,8 @@ obj-$(CONFIG_VIDEO_STI_HDMI_CEC) += sti/cec/
obj-$(CONFIG_VIDEO_STI_DELTA) += sti/delta/
+obj-y += stm32/
+
obj-y += blackfin/
obj-y += davinci/