M7350/kernel/drivers/net/can/c_can/Kconfig

24 lines
749 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
menuconfig CAN_C_CAN
2024-09-09 08:57:42 +00:00
tristate "Bosch C_CAN/D_CAN devices"
depends on HAS_IOMEM
2024-09-09 08:52:07 +00:00
if CAN_C_CAN
config CAN_C_CAN_PLATFORM
2024-09-09 08:57:42 +00:00
tristate "Generic Platform Bus based C_CAN/D_CAN driver"
2024-09-09 08:52:07 +00:00
---help---
2024-09-09 08:57:42 +00:00
This driver adds support for the C_CAN/D_CAN chips connected
to the "platform bus" (Linux abstraction for directly to the
2024-09-09 08:52:07 +00:00
processor attached devices) which can be found on various
2024-09-09 08:57:42 +00: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.
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.
2024-09-09 08:52:07 +00:00
endif