summaryrefslogtreecommitdiff
path: root/package/irda-utils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/irda-utils/Config.in')
-rw-r--r--package/irda-utils/Config.in51
1 files changed, 51 insertions, 0 deletions
diff --git a/package/irda-utils/Config.in b/package/irda-utils/Config.in
new file mode 100644
index 000000000..95600d996
--- /dev/null
+++ b/package/irda-utils/Config.in
@@ -0,0 +1,51 @@
+menuconfig BR2_PACKAGE_IRDA_UTILS
+ bool "irda_utils"
+ default n
+ help
+ Tools for accessing the irda-Subsystem of the Linux-Kernel
+
+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"
+ default n
+ help
+ what ping is for networks is irdaping for Irda
+
+config IRDA_IRNETD
+ bool "irnetd"
+ default n
+ help
+ Needed for Networking over Irda
+
+config IRDA_IRDADUMP
+ bool "irdadump"
+ default n
+ help
+ Like tcpdump, but for infrared connections
+
+config IRDA_FINDCHIP
+ bool "findchip"
+ default n
+
+config IRDA_PSION
+ bool "support psion-dongle"
+ default n
+
+config IRDA_TEKRAM
+ bool "support tekram-dongle"
+ default n
+
+config IRDA_SMCINIT
+ bool "support toshiba-laptops"
+ default n
+ help
+ Some Toshiba Laptops have buggy BIOSes which didn't initialize
+ Irda. This may help those.
+
+endif