~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/staging/media/lirc/Kconfig

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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_BT829
 
16
        tristate "BT829 based hardware"
 
17
        depends on LIRC && PCI
 
18
        help
 
19
          Driver for the IR interface on BT829-based hardware
 
20
 
 
21
config LIRC_IGORPLUGUSB
 
22
        tristate "Igor Cesko's USB IR Receiver"
 
23
        depends on LIRC && USB
 
24
        help
 
25
          Driver for Igor Cesko's USB IR Receiver
 
26
 
 
27
config LIRC_IMON
 
28
        tristate "Legacy SoundGraph iMON Receiver and Display"
 
29
        depends on LIRC && USB
 
30
        help
 
31
          Driver for the original SoundGraph iMON IR Receiver and Display
 
32
 
 
33
          Current generation iMON devices use the input layer imon driver.
 
34
 
 
35
config LIRC_PARALLEL
 
36
        tristate "Homebrew Parallel Port Receiver"
 
37
        depends on LIRC && PARPORT
 
38
        help
 
39
          Driver for Homebrew Parallel Port Receivers
 
40
 
 
41
config LIRC_SASEM
 
42
        tristate "Sasem USB IR Remote"
 
43
        depends on LIRC && USB
 
44
        help
 
45
          Driver for the Sasem OnAir Remocon-V or Dign HV5 HTPC IR/VFD Module
 
46
 
 
47
config LIRC_SERIAL
 
48
        tristate "Homebrew Serial Port Receiver"
 
49
        depends on LIRC
 
50
        help
 
51
          Driver for Homebrew Serial Port Receivers
 
52
 
 
53
config LIRC_SERIAL_TRANSMITTER
 
54
        bool "Serial Port Transmitter"
 
55
        default y
 
56
        depends on LIRC_SERIAL
 
57
        help
 
58
          Serial Port Transmitter support
 
59
 
 
60
config LIRC_SIR
 
61
        tristate "Built-in SIR IrDA port"
 
62
        depends on LIRC
 
63
        help
 
64
          Driver for the SIR IrDA port
 
65
 
 
66
config LIRC_TTUSBIR
 
67
        tristate "Technotrend USB IR Receiver"
 
68
        depends on LIRC && USB
 
69
        help
 
70
          Driver for the Technotrend USB IR Receiver
 
71
 
 
72
config LIRC_ZILOG
 
73
        tristate "Zilog/Hauppauge IR Transmitter"
 
74
        depends on LIRC && I2C
 
75
        help
 
76
          Driver for the Zilog/Hauppauge IR Transmitter, found on
 
77
          PVR-150/500, HVR-1200/1250/1700/1800, HD-PVR and other cards
 
78
endif