Kconfig 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. menuconfig CAN_SJA1000
  2. tristate "Philips/NXP SJA1000 devices"
  3. depends on HAS_IOMEM
  4. if CAN_SJA1000
  5. config CAN_SJA1000_ISA
  6. tristate "ISA Bus based legacy SJA1000 driver"
  7. ---help---
  8. This driver adds legacy support for SJA1000 chips connected to
  9. the ISA bus using I/O port, memory mapped or indirect access.
  10. config CAN_SJA1000_PLATFORM
  11. tristate "Generic Platform Bus based SJA1000 driver"
  12. ---help---
  13. This driver adds support for the SJA1000 chips connected to
  14. the "platform bus" (Linux abstraction for directly to the
  15. processor attached devices). Which can be found on various
  16. boards from Phytec (http://www.phytec.de) like the PCM027,
  17. PCM038. It also provides the OpenFirmware "platform bus" found
  18. on embedded systems with OpenFirmware bindings, e.g. if you
  19. have a PowerPC based system you may want to enable this option.
  20. config CAN_EMS_PCMCIA
  21. tristate "EMS CPC-CARD Card"
  22. depends on PCMCIA
  23. ---help---
  24. This driver is for the one or two channel CPC-CARD cards from
  25. EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
  26. config CAN_EMS_PCI
  27. tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card"
  28. depends on PCI
  29. ---help---
  30. This driver is for the one, two or four channel CPC-PCI,
  31. CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
  32. (http://www.ems-wuensche.de).
  33. config CAN_PEAK_PCMCIA
  34. tristate "PEAK PCAN-PC Card"
  35. depends on PCMCIA
  36. depends on HAS_IOPORT_MAP
  37. ---help---
  38. This driver is for the PCAN-PC Card PCMCIA adapter (1 or 2 channels)
  39. from PEAK-System (http://www.peak-system.com). To compile this
  40. driver as a module, choose M here: the module will be called
  41. peak_pcmcia.
  42. config CAN_PEAK_PCI
  43. tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards"
  44. depends on PCI
  45. ---help---
  46. This driver is for the PCAN-PCI/PCIe/miniPCI cards
  47. (1, 2, 3 or 4 channels) from PEAK-System Technik
  48. (http://www.peak-system.com).
  49. config CAN_PEAK_PCIEC
  50. bool "PEAK PCAN-ExpressCard Cards"
  51. depends on CAN_PEAK_PCI
  52. select I2C
  53. select I2C_ALGOBIT
  54. default y
  55. ---help---
  56. Say Y here if you want to use a PCAN-ExpressCard from PEAK-System
  57. Technik. This will also automatically select I2C and I2C_ALGO
  58. configuration options.
  59. config CAN_KVASER_PCI
  60. tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
  61. depends on PCI
  62. ---help---
  63. This driver is for the PCIcanx and PCIcan cards (1, 2 or
  64. 4 channel) from Kvaser (http://www.kvaser.com).
  65. config CAN_PLX_PCI
  66. tristate "PLX90xx PCI-bridge based Cards"
  67. depends on PCI
  68. ---help---
  69. This driver is for CAN interface cards based on
  70. the PLX90xx PCI bridge.
  71. Driver supports now:
  72. - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
  73. - Adlink PCI-7841/cPCI-7841 SE card
  74. - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
  75. - esd CAN-PCI/PMC/266
  76. - esd CAN-PCIe/2000
  77. - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
  78. - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
  79. - IXXAT Automation PC-I 04/PCI card (http://www.ixxat.com/)
  80. - Connect Tech Inc. CANpro/104-Plus Opto (CRG001) card (http://www.connecttech.com)
  81. config CAN_TSCAN1
  82. tristate "TS-CAN1 PC104 boards"
  83. depends on ISA
  84. help
  85. This driver is for Technologic Systems' TSCAN-1 PC104 boards.
  86. http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
  87. The driver supports multiple boards and automatically configures them:
  88. PLD IO base addresses are read from jumpers JP1 and JP2,
  89. IRQ numbers are read from jumpers JP4 and JP5,
  90. SJA1000 IO base addresses are chosen heuristically (first that works).
  91. endif