#
# LIRC driver(s) configuration
#
menuconfig INPUT_LIRC
	bool "Linux Infrared Remote Control IR receiver/transmitter drivers"
	default n
	help
	  Say Y here, and all supported Linux Infrared Remote Control IR and
	  RF receiver and transmitter drivers will be displayed. When paired
	  with a remote control and the lirc daemon, the receiver drivers
	  allow control of your Linux system via remote control.

if INPUT_LIRC

config LIRC_DEV
	tristate "LIRC device loadable module support"
	default n
	help
	  LIRC device loadable module support, required for most LIRC drivers

config LIRC_BT829
        tristate "BT829 based hardware"
	default n
	depends on LIRC_DEV
	help
	  Driver for the IR interface on BT829-based hardware

config LIRC_I2C
	tristate "I2C Based IR Receivers"
	default n
	depends on LIRC_DEV
	help
	  Driver for I2C-based IR receivers, such as those commonly
	  found onboard Hauppauge PVR-150/250/350 video capture cards

config LIRC_IGORPLUGUSB
	tristate "Igor Cesko's USB IR Receiver"
	default n
	depends on LIRC_DEV
	help
	  Driver for Igor Cesko's USB IR Receiver

config LIRC_IMON
	tristate "Soundgraph IMON Receiver"
	default n
	depends on LIRC_DEV
	help
	  Driver for the Soundgraph IMON IR Receiver

config LIRC_IT87
	tristate "ITE IT87XX CIR Port Receiver"
	default n
	depends on LIRC_DEV
	help
	  Driver for the ITE IT87xx IR Receiver

config LIRC_ITE8709
	tristate "ITE8709 CIR Port Receiver"
	default n
	depends on LIRC_DEV && PNP
	help
	  Driver for the ITE8709 IR Receiver

config LIRC_MCEUSB
	tristate "Microsoft Media Center Ed. Receiver, v1"
	default n
	depends on LIRC_DEV
	help
	  Driver for the Microsoft Media Center Ed. Receiver, v1

config LIRC_MCEUSB2
	tristate "Microsoft Media Center Ed. Receiver, v2"
	default n
	depends on LIRC_DEV
	help
	  Driver for the Microsoft Media Center Ed. Receiver, v2

config LIRC_PARALLEL
	tristate "Homebrew Parallel Port Receiver"
	default n
	depends on LIRC_DEV && !SMP
	help
	  Driver for Homebrew Parallel Port Receivers

config LIRC_SASEM
	tristate "Sasem USB IR Remote"
	default n
	depends on LIRC_DEV
	help
	  Driver for the Sasem OnAir Remocon-V or Dign HV5 HTPC IR/VFD Module

config LIRC_SERIAL
	tristate "Homebrew Serial Port Receiver"
	default n
	depends on LIRC_DEV
	help
	  Driver for Homebrew Serial Port Receivers

config LIRC_SIR
	tristate "Built-in SIR IrDA port"
	default n
	depends on LIRC_DEV
	help
	  Driver for the SIR IrDA port

config LIRC_STREAMZAP
	tristate "Streamzap PC Receiver"
	default n
	depends on LIRC_DEV
	help
	  Driver for the Streamzap PC Receiver

config LIRC_TTUSBIR
	tristate "Technotrend USB IR Receiver"
	default n
	depends on LIRC_DEV
	help
	  Driver for the Technotrend USB IR Receiver

config LIRC_ZILOG
	tristate "Zilog/Hauppauge IR Transmitter"
	default n
	depends on LIRC_DEV
	help
	  Driver for the Zilog/Hauppauge IR Transmitter, found on
	  PVR-150/500, HVR-1200/1250/1700/1800, HD-PVR and other cards

endif
