.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
| 2 | +config CEC_CORE |
---|
| 3 | + tristate |
---|
| 4 | + |
---|
| 5 | +config CEC_NOTIFIER |
---|
| 6 | + bool |
---|
| 7 | + |
---|
| 8 | +config CEC_PIN |
---|
| 9 | + bool |
---|
| 10 | + |
---|
1 | 11 | config MEDIA_CEC_RC |
---|
2 | 12 | bool "HDMI CEC RC integration" |
---|
3 | 13 | depends on CEC_CORE && RC_CORE |
---|
4 | 14 | depends on CEC_CORE=m || RC_CORE=y |
---|
5 | | - ---help--- |
---|
| 15 | + help |
---|
6 | 16 | Pass on CEC remote control messages to the RC framework. |
---|
7 | 17 | |
---|
8 | 18 | config CEC_PIN_ERROR_INJ |
---|
9 | 19 | bool "Enable CEC error injection support" |
---|
10 | 20 | depends on CEC_PIN && DEBUG_FS |
---|
11 | | - ---help--- |
---|
| 21 | + help |
---|
12 | 22 | This option enables CEC error injection using debugfs. |
---|
| 23 | + |
---|
| 24 | +menuconfig MEDIA_CEC_SUPPORT |
---|
| 25 | + bool |
---|
| 26 | + prompt "HDMI CEC drivers" |
---|
| 27 | + default y if MEDIA_SUPPORT && !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 | + |
---|
| 35 | +if MEDIA_CEC_SUPPORT |
---|
| 36 | +source "drivers/media/cec/i2c/Kconfig" |
---|
| 37 | +source "drivers/media/cec/platform/Kconfig" |
---|
| 38 | +source "drivers/media/cec/usb/Kconfig" |
---|
| 39 | +endif |
---|