https://github.com/torvalds/linux
Revision 8f4e01f9f05e460eceed03df7f1b90095727e05a authored by Hans Verkuil on 17 July 2017, 11:48:14 UTC, committed by Inki Dae on 27 July 2017, 00:24:03 UTC
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>
1 parent 861b27e
Raw File
Tip revision: 8f4e01f9f05e460eceed03df7f1b90095727e05a authored by Hans Verkuil on 17 July 2017, 11:48:14 UTC
drm/exynos: select CEC_CORE if CEC_NOTIFIER
Tip revision: 8f4e01f
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top