drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / drivers / media / cec / Kconfig
blob94ef3349b8d6a4a6fe6e62904abe440103d844b2
1 # SPDX-License-Identifier: GPL-2.0-only
2 config CEC_CORE
3         tristate
5 config CEC_NOTIFIER
6         bool
8 config CEC_PIN
9         bool
11 menu "CEC support"
13 config MEDIA_CEC_RC
14         bool "HDMI CEC RC integration"
15         depends on CEC_CORE && RC_CORE
16         depends on CEC_CORE=m || RC_CORE=y
17         help
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
23         help
24           This option enables CEC error injection using debugfs.
26 menuconfig MEDIA_CEC_SUPPORT
27         bool
28         prompt "HDMI CEC drivers"
29         default y if MEDIA_SUPPORT && !MEDIA_SUPPORT_FILTER
30         help
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.
37 if MEDIA_CEC_SUPPORT
38 source "drivers/media/cec/i2c/Kconfig"
39 source "drivers/media/cec/platform/Kconfig"
40 source "drivers/media/cec/usb/Kconfig"
41 endif
43 endmenu