Searched hist:"8 f4e01f9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | Kconfig | 8f4e01f9 Mon Jul 17 06:48:14 CDT 2017 Hans Verkuil <hans.verkuil@cisco.com> 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> 8f4e01f9 Mon Jul 17 06:48:14 CDT 2017 Hans Verkuil <hans.verkuil@cisco.com> 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>
|