1 # SPDX-License-Identifier: GPL-2.0-only
14 bool "HDMI CEC RC integration"
15 depends on CEC_CORE && RC_CORE
16 depends on CEC_CORE=m || RC_CORE=y
18 Pass on CEC remote control messages to the RC framework.
20 config CEC_PIN_ERROR_INJ
21 bool "Enable CEC error injection support"
22 depends on CEC_PIN && DEBUG_FS
24 This option enables CEC error injection using debugfs.
26 menuconfig MEDIA_CEC_SUPPORT
28 prompt "HDMI CEC drivers"
29 default y if MEDIA_SUPPORT && !MEDIA_SUPPORT_FILTER
31 Enable support for HDMI CEC (Consumer Electronics Control),
32 which is an optional HDMI feature.
34 Say Y when you have an HDMI receiver, transmitter or a USB CEC
35 adapter that supports HDMI CEC.
38 source "drivers/media/cec/i2c/Kconfig"
39 source "drivers/media/cec/platform/Kconfig"
40 source "drivers/media/cec/usb/Kconfig"