Kconfig 1001 B

123456789101112131415161718192021222324252627282930313233343536373839
  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_DS2490
  15. tristate "DS2490 USB <-> W1 transport layer for 1-wire"
  16. depends on W1 && USB
  17. help
  18. Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
  19. for example DS9490*.
  20. This support is also available as a module. If so, the module
  21. will be called ds2490.ko.
  22. config W1_MASTER_DS2482
  23. tristate "Maxim DS2482 I2C to 1-Wire bridge"
  24. depends on I2C && W1 && EXPERIMENTAL
  25. help
  26. If you say yes here you get support for the Maxim DS2482
  27. I2C to 1-Wire bridge.
  28. This driver can also be built as a module. If so, the module
  29. will be called ds2482.
  30. endmenu