xref: /linux/drivers/net/can/sja1000/Kconfig (revision b93cf3f0bb45560d2ce62bdcc2181c40660cfdbf)
1*b93cf3f0SOliver Hartkoppmenuconfig CAN_SJA1000
2*b93cf3f0SOliver Hartkopp	tristate "Philips/NXP SJA1000 devices"
3*b93cf3f0SOliver Hartkopp	depends on CAN_DEV && HAS_IOMEM
4*b93cf3f0SOliver Hartkopp
5*b93cf3f0SOliver Hartkoppif CAN_SJA1000
6*b93cf3f0SOliver Hartkopp
7*b93cf3f0SOliver Hartkoppconfig CAN_SJA1000_ISA
8*b93cf3f0SOliver Hartkopp	tristate "ISA Bus based legacy SJA1000 driver"
9*b93cf3f0SOliver Hartkopp	depends on ISA
10*b93cf3f0SOliver Hartkopp	---help---
11*b93cf3f0SOliver Hartkopp	  This driver adds legacy support for SJA1000 chips connected to
12*b93cf3f0SOliver Hartkopp	  the ISA bus using I/O port, memory mapped or indirect access.
13*b93cf3f0SOliver Hartkopp
14*b93cf3f0SOliver Hartkoppconfig CAN_SJA1000_PLATFORM
15*b93cf3f0SOliver Hartkopp	tristate "Generic Platform Bus based SJA1000 driver"
16*b93cf3f0SOliver Hartkopp	---help---
17*b93cf3f0SOliver Hartkopp	  This driver adds support for the SJA1000 chips connected to
18*b93cf3f0SOliver Hartkopp	  the "platform bus" (Linux abstraction for directly to the
19*b93cf3f0SOliver Hartkopp	  processor attached devices).  Which can be found on various
20*b93cf3f0SOliver Hartkopp	  boards from Phytec (http://www.phytec.de) like the PCM027,
21*b93cf3f0SOliver Hartkopp	  PCM038.
22*b93cf3f0SOliver Hartkopp
23*b93cf3f0SOliver Hartkoppconfig CAN_SJA1000_OF_PLATFORM
24*b93cf3f0SOliver Hartkopp	tristate "Generic OF Platform Bus based SJA1000 driver"
25*b93cf3f0SOliver Hartkopp	depends on PPC_OF
26*b93cf3f0SOliver Hartkopp	---help---
27*b93cf3f0SOliver Hartkopp	  This driver adds support for the SJA1000 chips connected to
28*b93cf3f0SOliver Hartkopp	  the OpenFirmware "platform bus" found on embedded systems with
29*b93cf3f0SOliver Hartkopp	  OpenFirmware bindings, e.g. if you have a PowerPC based system
30*b93cf3f0SOliver Hartkopp	  you may want to enable this option.
31*b93cf3f0SOliver Hartkopp
32*b93cf3f0SOliver Hartkoppconfig CAN_EMS_PCI
33*b93cf3f0SOliver Hartkopp	tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card"
34*b93cf3f0SOliver Hartkopp	depends on PCI
35*b93cf3f0SOliver Hartkopp	---help---
36*b93cf3f0SOliver Hartkopp	  This driver is for the one, two or four channel CPC-PCI,
37*b93cf3f0SOliver Hartkopp	  CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
38*b93cf3f0SOliver Hartkopp	  (http://www.ems-wuensche.de).
39*b93cf3f0SOliver Hartkopp
40*b93cf3f0SOliver Hartkoppconfig CAN_KVASER_PCI
41*b93cf3f0SOliver Hartkopp	tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
42*b93cf3f0SOliver Hartkopp	depends on PCI
43*b93cf3f0SOliver Hartkopp	---help---
44*b93cf3f0SOliver Hartkopp	  This driver is for the the PCIcanx and PCIcan cards (1, 2 or
45*b93cf3f0SOliver Hartkopp	  4 channel) from Kvaser (http://www.kvaser.com).
46*b93cf3f0SOliver Hartkopp
47*b93cf3f0SOliver Hartkoppendif
48