2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-07-10 18:12:10 +08:00
|
|
|
config USB_PULSE8_CEC
|
|
|
|
tristate "Pulse Eight HDMI CEC"
|
2017-05-28 16:48:37 +08:00
|
|
|
depends on USB_ACM
|
|
|
|
select CEC_CORE
|
2016-07-10 18:12:10 +08:00
|
|
|
select SERIO
|
|
|
|
select SERIO_SERPORT
|
2019-03-20 18:39:44 +08:00
|
|
|
help
|
2016-07-10 18:12:10 +08:00
|
|
|
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.
|