Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # 1-wire bus master configuration
  3. #
  4. menu "1-wire Bus Masters"
  5. depends on W1
  6. config W1_MASTER_MATROX
  7. tristate "Matrox G400 transport layer for 1-wire"
  8. depends on W1 && PCI
  9. help
  10. Say Y here if you want to communicate with your 1-wire devices
  11. using Matrox's G400 GPIO pins.
  12. This support is also available as a module. If so, the module
  13. will be called matrox_w1.ko.
  14. config W1_MASTER_DS9490
  15. tristate "DS9490R transport layer driver"
  16. depends on W1 && USB
  17. help
  18. Say Y here if you want to have a driver for DS9490R UWB <-> W1 bridge.
  19. This support is also available as a module. If so, the module
  20. will be called ds9490r.ko.
  21. config W1_MASTER_DS9490_BRIDGE
  22. tristate "DS9490R USB <-> W1 transport layer for 1-wire"
  23. depends on W1_DS9490
  24. help
  25. Say Y here if you want to communicate with your 1-wire devices
  26. using DS9490R USB bridge.
  27. This support is also available as a module. If so, the module
  28. will be called ds_w1_bridge.ko.
  29. config W1_MASTER_DS2482
  30. tristate "Maxim DS2482 I2C to 1-Wire bridge"
  31. depends on I2C && W1 && EXPERIMENTAL
  32. help
  33. If you say yes here you get support for the Maxim DS2482
  34. I2C to 1-Wire bridge.
  35. This driver can also be built as a module. If so, the module
  36. will be called ds2482.
  37. endmenu