mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 16:55:17 +07:00
b60a5b8dcf
Checkpatch wants to use 'help' instead of '---help---': WARNING: prefer 'help' over '---help---' for new help texts Let's change it globally at the media subsystem, as otherwise people would keep using the old way. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
config USB_PULSE8_CEC
|
|
tristate "Pulse Eight HDMI CEC"
|
|
depends on USB_ACM
|
|
select CEC_CORE
|
|
select SERIO
|
|
select SERIO_SERPORT
|
|
help
|
|
This is a cec driver for the Pulse Eight HDMI CEC device.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called pulse8-cec.
|