summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/meson/Makefile
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2017-07-27 11:20:29 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-08-09 10:45:26 -0400
commit7ec2c0f72cb1199c97d92b97b4bfc9978a0ea791 (patch)
tree255ff95f1536697d366b79917a28bc64c8791f1c /drivers/media/platform/meson/Makefile
parent40aaf7c9c438f26012d32270b600ba09c2dd516a (diff)
downloadop-kernel-dev-7ec2c0f72cb1199c97d92b97b4bfc9978a0ea791.zip
op-kernel-dev-7ec2c0f72cb1199c97d92b97b4bfc9978a0ea791.tar.gz
media: platform: Add Amlogic Meson AO CEC Controller driver
The Amlogic SoC embeds a standalone CEC controller, this patch adds a driver for such controller. The controller does not need HPD to be active, and could support up to max 5 logical addresses, but only 1 is handled since the Suspend firmware can make use of this unique logical address to wake up the device. The Suspend firmware configuration will be added in an other patchset. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> [hans.verkuil@cisco.com:s/if (ret)/if (res)/ to fix obvious typo] Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/meson/Makefile')
-rw-r--r--drivers/media/platform/meson/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/meson/Makefile b/drivers/media/platform/meson/Makefile
new file mode 100644
index 0000000..597beb8
--- /dev/null
+++ b/drivers/media/platform/meson/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_VIDEO_MESON_AO_CEC) += ao-cec.o
OpenPOWER on IntegriCloud