8ce83a05153d70dd8e90c2ed327ab0454c3bfc0a
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lirc-tools / Config.in
1 config BR2_PACKAGE_LIRC_TOOLS
2         bool "lirc-tools"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           LIRC is a package that supports receiving and sending IR
7           signals of the most common IR remote controls. It contains a
8           daemon that decodes and sends IR signals, a mouse daemon
9           that translates IR signals to mouse movements and a couple
10           of user programs that allow to control your computer with a
11           remote control.
12
13           It requires the kernel LIRC interface driver, make sure to
14           enable the kernel drivers to support your hardware.
15
16           http://www.lirc.org/
17
18 comment "lirc-tools needs a toolchain w/ threads"
19         depends on BR2_USE_MMU
20         depends on !BR2_TOOLCHAIN_HAS_THREADS