1# SPDX-License-Identifier: GPL-2.0-only 2config USB_PULSE8_CEC 3 tristate "Pulse Eight 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 Pulse Eight HDMI CEC device. 10 11 To compile this driver as a module, choose M here: the 12 module will be called pulse8-cec. 13