GNU Linux-libre 4.14.257-gnu1
[releases.git] / drivers / staging / media / lirc / Kconfig
1 #
2 # LIRC driver(s) configuration
3 #
4 menuconfig LIRC_STAGING
5         bool "Linux Infrared Remote Control IR receiver/transmitter drivers"
6         depends on LIRC
7         help
8           Say Y here, and all supported Linux Infrared Remote Control IR and
9           RF receiver and transmitter drivers will be displayed. When paired
10           with a remote control and the lirc daemon, the receiver drivers
11           allow control of your Linux system via remote control.
12
13 if LIRC_STAGING
14
15 config LIRC_ZILOG
16         tristate "Zilog/Hauppauge IR Transmitter"
17         depends on LIRC && I2C
18         help
19           Driver for the Zilog/Hauppauge IR Transmitter, found on
20           PVR-150/500, HVR-1200/1250/1700/1800, HD-PVR and other cards
21 endif