2011-02-13 23:51:44 -07:00
|
|
|
menuconfig CAN_C_CAN
|
2012-05-28 23:43:16 -06:00
|
|
|
tristate "Bosch C_CAN/D_CAN devices"
|
2012-07-20 13:04:13 -06:00
|
|
|
depends on HAS_IOMEM
|
2011-02-13 23:51:44 -07:00
|
|
|
|
|
|
|
if CAN_C_CAN
|
|
|
|
|
|
|
|
config CAN_C_CAN_PLATFORM
|
2012-05-28 23:43:16 -06:00
|
|
|
tristate "Generic Platform Bus based C_CAN/D_CAN driver"
|
2011-02-13 23:51:44 -07:00
|
|
|
---help---
|
2012-05-28 23:43:16 -06:00
|
|
|
This driver adds support for the C_CAN/D_CAN chips connected
|
|
|
|
to the "platform bus" (Linux abstraction for directly to the
|
2011-02-13 23:51:44 -07:00
|
|
|
processor attached devices) which can be found on various
|
2012-05-28 23:43:16 -06:00
|
|
|
boards from ST Microelectronics (http://www.st.com) like the
|
|
|
|
SPEAr1310 and SPEAr320 evaluation boards & TI (www.ti.com)
|
|
|
|
boards like am335x, dm814x, dm813x and dm811x.
|
2012-06-14 05:43:42 -06:00
|
|
|
|
|
|
|
config CAN_C_CAN_PCI
|
|
|
|
tristate "Generic PCI Bus based C_CAN/D_CAN driver"
|
|
|
|
depends on PCI
|
|
|
|
---help---
|
|
|
|
This driver adds support for the C_CAN/D_CAN chips connected
|
|
|
|
to the PCI bus.
|
2011-02-13 23:51:44 -07:00
|
|
|
endif
|