Kconfig 3.5 KB

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