mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 13:56:54 +07:00
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
|
config CEC_CORE
|
||
|
tristate
|
||
|
depends on MEDIA_CEC_SUPPORT
|
||
|
default y
|
||
|
|
||
|
config MEDIA_CEC_NOTIFIER
|
||
|
bool
|
||
|
|
||
|
config MEDIA_CEC_DEBUG
|
||
|
bool "HDMI CEC debugfs interface"
|
||
|
depends on MEDIA_CEC_SUPPORT && DEBUG_FS
|
||
|
---help---
|
||
|
Turns on the DebugFS interface for CEC devices.
|