2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-11-05 18:39:58 +08:00
|
|
|
config USB_RAINSHADOW_CEC
|
|
|
|
tristate "RainShadow Tech HDMI CEC"
|
2017-05-28 16:48:37 +08:00
|
|
|
depends on USB_ACM
|
|
|
|
select CEC_CORE
|
2016-11-05 18:39:58 +08:00
|
|
|
select SERIO
|
|
|
|
select SERIO_SERPORT
|
2019-03-20 18:39:44 +08:00
|
|
|
help
|
2016-11-05 18:39:58 +08:00
|
|
|
This is a cec driver for the RainShadow Tech HDMI CEC device.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called rainshadow-cec.
|