Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# CONFIG_LIRC driver(s) configuration
#
menuconfig CONFIG_LIRC_STAGING
	bool "Linux Infrared Remote Control IR receiver/transmitter drivers"
	depends on CONFIG_LIRC
	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 CONFIG_LIRC_STAGING

config CONFIG_LIRC_BT829
        tristate "BT829 based hardware"
	depends on CONFIG_LIRC && CONFIG_PCI
	help
	  Driver for the IR interface on BT829-based hardware

config CONFIG_LIRC_IMON
	tristate "Legacy SoundGraph iMON Receiver and Display"
	depends on CONFIG_LIRC && CONFIG_USB
	help
	  Driver for the original SoundGraph iMON IR Receiver and Display

	  Current generation iMON devices use the input layer imon driver.

config CONFIG_LIRC_PARALLEL
	tristate "Homebrew Parallel Port Receiver"
	depends on CONFIG_LIRC && CONFIG_PARPORT
	help
	  Driver for Homebrew Parallel Port Receivers

config CONFIG_LIRC_SASEM
	tristate "Sasem USB IR Remote"
	depends on CONFIG_LIRC && CONFIG_USB
	help
	  Driver for the Sasem OnAir Remocon-V or Dign HV5 HTPC IR/VFD Module

config CONFIG_LIRC_SIR
	tristate "Built-in SIR IrDA port"
	depends on CONFIG_LIRC
	help
	  Driver for the SIR IrDA port

config CONFIG_LIRC_ZILOG
	tristate "Zilog/Hauppauge IR Transmitter"
	depends on CONFIG_LIRC && CONFIG_I2C
	help
	  Driver for the Zilog/Hauppauge IR Transmitter, found on
	  PVR-150/500, HVR-1200/1250/1700/1800, HD-PVR and other cards
endif