mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 15:19:51 +00:00
9177e51d14
The CEC framework is used by both drm and media. That makes it tricky to get the dependencies right. This patch moves the CEC_CORE and MEDIA_CEC_NOTIFIER config options out of the media menu and instead drivers that want to use CEC should select CEC_CORE and MEDIA_CEC_NOTIFIER (if needed). Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
config MEDIA_CEC_RC
|
|
bool "HDMI CEC RC integration"
|
|
depends on CEC_CORE && RC_CORE
|
|
---help---
|
|
Pass on CEC remote control messages to the RC framework.
|
|
|
|
config MEDIA_CEC_DEBUG
|
|
bool "HDMI CEC debugfs interface"
|
|
depends on CEC_CORE && DEBUG_FS
|
|
---help---
|
|
Turns on the DebugFS interface for CEC devices.
|