14 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config USB_PULSE8_CEC3 tristate "Pulse Eight HDMI CEC"4 select CEC_CORE5 select USB6 select USB_ACM7 select SERIO8 select SERIO_SERPORT9 help10 This is a cec driver for the Pulse Eight HDMI CEC device.11 12 To compile this driver as a module, choose M here: the13 module will be called pulse8-cec.14