summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/Makefile
diff options
context:
space:
mode:
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>2017-05-31 10:23:48 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-06-13 13:48:18 -0300
commitd69ae57453c80a2193bcdb3fd762efbec447eecf (patch)
treea7ce212a2fa15f2a023ab1ad855a5457dbfa410a /drivers/media/platform/Makefile
parent1abbc60d5017d612b6108ba59faa6b2eb7ca015d (diff)
downloadop-kernel-dev-d69ae57453c80a2193bcdb3fd762efbec447eecf.zip
op-kernel-dev-d69ae57453c80a2193bcdb3fd762efbec447eecf.tar.gz
[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 c3588d5..6bbdf94 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/
OpenPOWER on IntegriCloud