# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_MEDIA_CEC_RC[0m bool "HDMI CEC RC integration" depends on [31mCONFIG_CEC_CORE[0m && [31mCONFIG_RC_CORE[0m depends on [31mCONFIG_CEC_CORE[0m=m || [31mCONFIG_RC_CORE[0m=y help Pass on CEC remote control messages to the RC framework. config [31mCONFIG_CEC_PIN_ERROR_INJ[0m bool "Enable CEC error injection support" depends on [31mCONFIG_CEC_PIN[0m && [31mCONFIG_DEBUG_FS[0m help This option enables CEC error injection using debugfs. |