Kconfig (46d2a3b964ddbe63605dab502c847180b1efbfb2) Kconfig (4be5e8648b0c287aefc6ac3f3a0b12c696054f43)
1# SPDX-License-Identifier: GPL-2.0-only
2config CEC_CORE
3 tristate
4
5config CEC_NOTIFIER
6 bool
7
8config CEC_PIN

--- 7 unchanged lines hidden (view full) ---

16 Pass on CEC remote control messages to the RC framework.
17
18config CEC_PIN_ERROR_INJ
19 bool "Enable CEC error injection support"
20 depends on CEC_PIN && DEBUG_FS
21 help
22 This option enables CEC error injection using debugfs.
23
1# SPDX-License-Identifier: GPL-2.0-only
2config CEC_CORE
3 tristate
4
5config CEC_NOTIFIER
6 bool
7
8config CEC_PIN

--- 7 unchanged lines hidden (view full) ---

16 Pass on CEC remote control messages to the RC framework.
17
18config CEC_PIN_ERROR_INJ
19 bool "Enable CEC error injection support"
20 depends on CEC_PIN && DEBUG_FS
21 help
22 This option enables CEC error injection using debugfs.
23
24config MEDIA_CEC_SUPPORT
24menuconfig MEDIA_CEC_SUPPORT
25 bool
26 prompt "HDMI CEC drivers"
27 default y if !MEDIA_SUPPORT_FILTER
28 help
29 Enable support for HDMI CEC (Consumer Electronics Control),
30 which is an optional HDMI feature.
31
32 Say Y when you have an HDMI receiver, transmitter or a USB CEC
33 adapter that supports HDMI CEC.
25 bool
26 prompt "HDMI CEC drivers"
27 default y if !MEDIA_SUPPORT_FILTER
28 help
29 Enable support for HDMI CEC (Consumer Electronics Control),
30 which is an optional HDMI feature.
31
32 Say Y when you have an HDMI receiver, transmitter or a USB CEC
33 adapter that supports HDMI CEC.
34
35if MEDIA_CEC_SUPPORT
36source "drivers/media/cec/platform/Kconfig"
37endif