forked from Minki/linux
20249f8423
Just depend on DEBUG_FS, no need to invent a new kernel config. Especially since CEC can be enabled by drm without enabling MEDIA_SUPPORT. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
6 lines
156 B
Plaintext
6 lines
156 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.
|