Kconfig 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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.
  18. config CAN_SJA1000_OF_PLATFORM
  19. tristate "Generic OF Platform Bus based SJA1000 driver"
  20. depends on 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. depends on HAS_IOPORT
  43. ---help---
  44. This driver is for the PCAN-PC Card PCMCIA adapter (1 or 2 channels)
  45. from PEAK-System (http://www.peak-system.com). To compile this
  46. driver as a module, choose M here: the module will be called
  47. peak_pcmcia.
  48. config CAN_PEAK_PCI
  49. tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards"
  50. depends on PCI
  51. ---help---
  52. This driver is for the PCAN-PCI/PCIe/miniPCI cards
  53. (1, 2, 3 or 4 channels) from PEAK-System Technik
  54. (http://www.peak-system.com).
  55. config CAN_PEAK_PCIEC
  56. bool "PEAK PCAN-ExpressCard Cards"
  57. depends on CAN_PEAK_PCI
  58. select I2C
  59. select I2C_ALGOBIT
  60. default y
  61. ---help---
  62. Say Y here if you want to use a PCAN-ExpressCard from PEAK-System
  63. Technik. This will also automatically select I2C and I2C_ALGO
  64. configuration options.
  65. config CAN_KVASER_PCI
  66. tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
  67. depends on PCI
  68. ---help---
  69. This driver is for the PCIcanx and PCIcan cards (1, 2 or
  70. 4 channel) from Kvaser (http://www.kvaser.com).
  71. config CAN_PLX_PCI
  72. tristate "PLX90xx PCI-bridge based Cards"
  73. depends on PCI
  74. ---help---
  75. This driver is for CAN interface cards based on
  76. the PLX90xx PCI bridge.
  77. Driver supports now:
  78. - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
  79. - Adlink PCI-7841/cPCI-7841 SE card
  80. - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
  81. - esd CAN-PCI/PMC/266
  82. - esd CAN-PCIe/2000
  83. - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
  84. - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
  85. - IXXAT Automation PC-I 04/PCI card (http://www.ixxat.com/)
  86. - Connect Tech Inc. CANpro/104-Plus Opto (CRG001) card (http://www.connecttech.com)
  87. config CAN_TSCAN1
  88. tristate "TS-CAN1 PC104 boards"
  89. depends on ISA
  90. help
  91. This driver is for Technologic Systems' TSCAN-1 PC104 boards.
  92. http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
  93. The driver supports multiple boards and automatically configures them:
  94. PLD IO base addresses are read from jumpers JP1 and JP2,
  95. IRQ numbers are read from jumpers JP4 and JP5,
  96. SJA1000 IO base addresses are chosen heuristically (first that works).
  97. endif