Config.in 908 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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
  6. if BR2_PACKAGE_IRDA_UTILS
  7. config IRDA_IRATTACH
  8. bool "irattach"
  9. default y
  10. help
  11. To start the Irda-Subsystem in SIR-Mode you may need this
  12. config IRDA_IRDAPING
  13. bool "irdaping"
  14. default n
  15. help
  16. what ping is for networks is irdaping for Irda
  17. config IRDA_IRNETD
  18. bool "irnetd"
  19. default n
  20. help
  21. Needed for Networking over Irda
  22. config IRDA_IRDADUMP
  23. bool "irdadump"
  24. default n
  25. help
  26. Like tcpdump, but for infrared connections
  27. config IRDA_FINDCHIP
  28. bool "findchip"
  29. default n
  30. config IRDA_PSION
  31. bool "support psion-dongle"
  32. default n
  33. config IRDA_TEKRAM
  34. bool "support tekram-dongle"
  35. default n
  36. config IRDA_SMCINIT
  37. bool "support toshiba-laptops"
  38. default n
  39. help
  40. Some Toshiba Laptops have buggy BIOSes which didn't initialize
  41. Irda. This may help those.
  42. endif