]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: select CEC_CORE if CEC_NOTIFIER
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 17 Jul 2017 11:48:14 +0000 (13:48 +0200)
committerInki Dae <inki.dae@samsung.com>
Thu, 27 Jul 2017 00:24:03 +0000 (09:24 +0900)
commit8f4e01f9f05e460eceed03df7f1b90095727e05a
treed9eb623e086c570726887c5237bf5ea7ac224f57
parent861b27eca78355aa0a9712612c3ccd7d847a1614
drm/exynos: select CEC_CORE if CEC_NOTIFIER

If the s5p-cec driver is a module and the drm exynos driver is built-in, then
the CEC core will be a module also, causing the CEC notifier to fail (will be
compiled as empty functions).

To prevent this select CEC_CORE if CEC_NOTIFIER is set to ensure the CEC core
is also built into the kernel.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/Kconfig