pass ARCH down to uClibc
[buildroot.git] / package / irda-utils / Config.in
blob95600d99647d6998a23a49bd173627b827141a88
1 menuconfig BR2_PACKAGE_IRDA_UTILS
2         bool "irda_utils"
3         default n
4         help
5                 Tools for accessing the irda-Subsystem of the Linux-Kernel
7 if BR2_PACKAGE_IRDA_UTILS
8 config IRDA_IRATTACH
9         bool "irattach"
10         default y
11         help
12                 To start the Irda-Subsystem in SIR-Mode you may need this
14 config IRDA_IRDAPING
15         bool "irdaping"
16         default n
17         help
18                 what ping is for networks is irdaping for Irda
20 config IRDA_IRNETD
21         bool "irnetd"
22         default n
23         help
24                 Needed for Networking over Irda
26 config IRDA_IRDADUMP
27         bool "irdadump"
28         default n
29         help
30                 Like tcpdump, but for infrared connections
32 config IRDA_FINDCHIP
33         bool "findchip"
34         default n
36 config IRDA_PSION
37         bool "support psion-dongle"
38         default n
40 config IRDA_TEKRAM
41         bool "support tekram-dongle"
42         default n
44 config IRDA_SMCINIT
45         bool "support toshiba-laptops"
46         default n
47         help
48                 Some Toshiba Laptops have buggy BIOSes which didn't initialize 
49                 Irda. This may help those.
50         
51 endif