15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config USB_EXTRON_DA_HD_4K_PLUS_CEC3 tristate "Extron DA HD 4K Plus CEC driver"4 depends on VIDEO_DEV5 depends on USB6 depends on USB_ACM7 select CEC_CORE8 select SERIO9 select SERIO_SERPORT10 help11 This is a CEC driver for the Extron DA HD 4K Plus HDMI Splitter.12 13 To compile this driver as a module, choose M here: the14 module will be called extron-da-hd-4k-plus-cec.15