Config.in 873 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. menuconfig BR2_PACKAGE_IRDA_UTILS
  2. bool "irda_utils"
  3. depends on BROKEN
  4. help
  5. Tools for accessing the irda-Subsystem of the Linux-Kernel
  6. The makefile is totally broken.
  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
  13. config IRDA_IRDAPING
  14. bool "irdaping"
  15. help
  16. what ping is for networks is irdaping for Irda
  17. config IRDA_IRNETD
  18. bool "irnetd"
  19. help
  20. Needed for Networking over Irda
  21. config IRDA_IRDADUMP
  22. bool "irdadump"
  23. help
  24. Like tcpdump, but for infrared connections
  25. config IRDA_FINDCHIP
  26. bool "findchip"
  27. config IRDA_PSION
  28. bool "support psion-dongle"
  29. config IRDA_TEKRAM
  30. bool "support tekram-dongle"
  31. config IRDA_SMCINIT
  32. bool "support toshiba-laptops"
  33. help
  34. Some Toshiba Laptops have buggy BIOSes which didn't initialize
  35. Irda. This may help those.
  36. endif