2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-07-10 07:12:10 -03:00
|
|
|
config USB_PULSE8_CEC
|
|
|
|
|
tristate "Pulse Eight HDMI CEC"
|
2017-05-28 05:48:37 -03:00
|
|
|
select CEC_CORE
|
2020-04-15 11:14:25 +02:00
|
|
|
select USB
|
|
|
|
|
select USB_ACM
|
2016-07-10 07:12:10 -03:00
|
|
|
select SERIO
|
|
|
|
|
select SERIO_SERPORT
|
2019-03-20 06:39:44 -04:00
|
|
|
help
|
2016-07-10 07:12:10 -03: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.
|