1# SPDX-License-Identifier: GPL-2.0-only 2config USB_EXTRON_DA_HD_4K_PLUS_CEC 3 tristate "Extron DA HD 4K Plus CEC driver" 4 depends on VIDEO_DEV 5 depends on USB 6 depends on USB_ACM 7 select CEC_CORE 8 select SERIO 9 select SERIO_SERPORT 10 help 11 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: the 14 module will be called extron-da-hd-4k-plus-cec. 15