repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
media
/
usb
/
pulse8-cec
/
Kconfig
blob
e802d30dbbeec06eae54af3506900f7a4cb9aab4
1
# SPDX-License-Identifier: GPL-2.0-only
2
config 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.