summaryrefslogtreecommitdiffstats
path: root/package/irda-utils/Config.in
blob: 14dd1838a67921395220521d111e1e4ce71a237e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
menuconfig BR2_PACKAGE_IRDA_UTILS
	bool "irda_utils"
	depends on BR2_DEPRECATED
	help
	  Tools for accessing the irda-Subsystem of the Linux-Kernel
	  The makefile is totally broken.

if BR2_PACKAGE_IRDA_UTILS
config IRDA_IRATTACH
	bool "irattach"
	default y
	help
		To start the Irda-Subsystem in SIR-Mode you may need this

config IRDA_IRDAPING
	bool "irdaping"
	help
		what ping is for networks is irdaping for Irda

config IRDA_IRNETD
	bool "irnetd"
	help
		Needed for Networking over Irda

config IRDA_IRDADUMP
	bool "irdadump"
	help
		Like tcpdump, but for infrared connections

config IRDA_FINDCHIP
	bool "findchip"

config IRDA_PSION
	bool "support psion-dongle"

config IRDA_TEKRAM
	bool "support tekram-dongle"

config IRDA_SMCINIT
	bool "support toshiba-laptops"
	help
		Some Toshiba Laptops have buggy BIOSes which didn't initialize
		Irda. This may help those.
	
endif