Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-block.git] / drivers / net / can / sja1000 / Kconfig
CommitLineData
b93cf3f0
OH
1menuconfig CAN_SJA1000
2 tristate "Philips/NXP SJA1000 devices"
6586c5d7 3 depends on HAS_IOMEM
b93cf3f0
OH
4
5if CAN_SJA1000
6
7config CAN_SJA1000_ISA
8 tristate "ISA Bus based legacy SJA1000 driver"
b93cf3f0
OH
9 ---help---
10 This driver adds legacy support for SJA1000 chips connected to
11 the ISA bus using I/O port, memory mapped or indirect access.
12
13config CAN_SJA1000_PLATFORM
14 tristate "Generic Platform Bus based SJA1000 driver"
15 ---help---
16 This driver adds support for the SJA1000 chips connected to
17 the "platform bus" (Linux abstraction for directly to the
18 processor attached devices). Which can be found on various
19 boards from Phytec (http://www.phytec.de) like the PCM027,
02729c3d
FV
20 PCM038. It also provides the OpenFirmware "platform bus" found
21 on embedded systems with OpenFirmware bindings, e.g. if you
22 have a PowerPC based system you may want to enable this option.
b93cf3f0 23
fd734c6f
OH
24config CAN_EMS_PCMCIA
25 tristate "EMS CPC-CARD Card"
26 depends on PCMCIA
27 ---help---
28 This driver is for the one or two channel CPC-CARD cards from
29 EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
30
b93cf3f0
OH
31config CAN_EMS_PCI
32 tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card"
33 depends on PCI
34 ---help---
35 This driver is for the one, two or four channel CPC-PCI,
36 CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
37 (http://www.ems-wuensche.de).
38
2b61972b
SG
39config CAN_PEAK_PCMCIA
40 tristate "PEAK PCAN-PC Card"
41 depends on PCMCIA
ce816fa8 42 depends on HAS_IOPORT_MAP
2b61972b
SG
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
38034518 49config CAN_PEAK_PCI
e6d9c80b 50 tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards"
38034518
WG
51 depends on PCI
52 ---help---
e6d9c80b
SG
53 This driver is for the PCAN-PCI/PCIe/miniPCI cards
54 (1, 2, 3 or 4 channels) from PEAK-System Technik
55 (http://www.peak-system.com).
56
57config CAN_PEAK_PCIEC
58 bool "PEAK PCAN-ExpressCard Cards"
59 depends on CAN_PEAK_PCI
60 select I2C
61 select I2C_ALGOBIT
62 default y
63 ---help---
64 Say Y here if you want to use a PCAN-ExpressCard from PEAK-System
65 Technik. This will also automatically select I2C and I2C_ALGO
66 configuration options.
38034518 67
b93cf3f0
OH
68config CAN_KVASER_PCI
69 tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
70 depends on PCI
71 ---help---
59bf8964 72 This driver is for the PCIcanx and PCIcan cards (1, 2 or
b93cf3f0
OH
73 4 channel) from Kvaser (http://www.kvaser.com).
74
24c4a3b2
PC
75config CAN_PLX_PCI
76 tristate "PLX90xx PCI-bridge based Cards"
77 depends on PCI
78 ---help---
79 This driver is for CAN interface cards based on
80 the PLX90xx PCI bridge.
81 Driver supports now:
82 - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
83 - Adlink PCI-7841/cPCI-7841 SE card
82e38177
MF
84 - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
85 - esd CAN-PCI/PMC/266
86 - esd CAN-PCIe/2000
24c4a3b2
PC
87 - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
88 - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
e08534b5 89 - IXXAT Automation PC-I 04/PCI card (http://www.ixxat.com/)
e4bc6c06 90 - Connect Tech Inc. CANpro/104-Plus Opto (CRG001) card (http://www.connecttech.com)
2d3359f8
AO
91
92config CAN_TSCAN1
93 tristate "TS-CAN1 PC104 boards"
94 depends on ISA
95 help
af5fd6da
MKB
96 This driver is for Technologic Systems' TSCAN-1 PC104 boards.
97 http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
98 The driver supports multiple boards and automatically configures them:
99 PLD IO base addresses are read from jumpers JP1 and JP2,
100 IRQ numbers are read from jumpers JP4 and JP5,
101 SJA1000 IO base addresses are chosen heuristically (first that works).
2d3359f8 102
b93cf3f0 103endif