2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2020-04-15 07:55:10 +00:00
|
|
|
config CEC_CORE
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config CEC_NOTIFIER
|
|
|
|
bool
|
|
|
|
|
|
|
|
config CEC_PIN
|
|
|
|
bool
|
|
|
|
|
2017-04-17 11:05:10 +00:00
|
|
|
config MEDIA_CEC_RC
|
|
|
|
bool "HDMI CEC RC integration"
|
|
|
|
depends on CEC_CORE && RC_CORE
|
2017-04-21 10:52:17 +00:00
|
|
|
depends on CEC_CORE=m || RC_CORE=y
|
2019-03-20 10:39:44 +00:00
|
|
|
help
|
2017-04-17 11:05:10 +00:00
|
|
|
Pass on CEC remote control messages to the RC framework.
|
2017-10-31 13:55:09 +00:00
|
|
|
|
|
|
|
config CEC_PIN_ERROR_INJ
|
|
|
|
bool "Enable CEC error injection support"
|
|
|
|
depends on CEC_PIN && DEBUG_FS
|
2019-03-20 10:39:44 +00:00
|
|
|
help
|
2017-10-31 13:55:09 +00:00
|
|
|
This option enables CEC error injection using debugfs.
|
2020-04-15 07:55:10 +00:00
|
|
|
|
2020-04-15 09:03:40 +00:00
|
|
|
menuconfig MEDIA_CEC_SUPPORT
|
2020-04-15 07:55:10 +00:00
|
|
|
bool
|
|
|
|
prompt "HDMI CEC drivers"
|
2020-06-04 09:39:53 +00:00
|
|
|
default y if MEDIA_SUPPORT && !MEDIA_SUPPORT_FILTER
|
2020-04-15 07:55:10 +00:00
|
|
|
help
|
|
|
|
Enable support for HDMI CEC (Consumer Electronics Control),
|
|
|
|
which is an optional HDMI feature.
|
|
|
|
|
|
|
|
Say Y when you have an HDMI receiver, transmitter or a USB CEC
|
|
|
|
adapter that supports HDMI CEC.
|
2020-04-15 09:03:40 +00:00
|
|
|
|
|
|
|
if MEDIA_CEC_SUPPORT
|
2020-06-22 23:59:50 +00:00
|
|
|
source "drivers/media/cec/i2c/Kconfig"
|
2020-04-15 09:03:40 +00:00
|
|
|
source "drivers/media/cec/platform/Kconfig"
|
2020-04-15 09:14:25 +00:00
|
|
|
source "drivers/media/cec/usb/Kconfig"
|
2020-04-15 09:03:40 +00:00
|
|
|
endif
|