1# SPDX-License-Identifier: GPL-2.0-only
2config USB_RAINSHADOW_CEC
3	tristate "RainShadow Tech HDMI CEC"
4	depends on USB_ACM
5	select CEC_CORE
6	select SERIO
7	select SERIO_SERPORT
8	help
9	  This is a cec driver for the RainShadow Tech HDMI CEC device.
10
11	  To compile this driver as a module, choose M here: the
12	  module will be called rainshadow-cec.
13