xref: /linux/drivers/media/cec/usb/rainshadow/Kconfig (revision 0be3ff0c)
1# SPDX-License-Identifier: GPL-2.0-only
2config USB_RAINSHADOW_CEC
3	tristate "RainShadow Tech HDMI CEC"
4	select CEC_CORE
5	select USB
6	select USB_ACM
7	select SERIO
8	select SERIO_SERPORT
9	help
10	  This is a cec driver for the RainShadow Tech HDMI CEC device.
11
12	  To compile this driver as a module, choose M here: the
13	  module will be called rainshadow-cec.
14