0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig CAN_C_CAN
0003 tristate "Bosch C_CAN/D_CAN devices"
0004 depends on HAS_IOMEM
0005
0006 if CAN_C_CAN
0007
0008 config CAN_C_CAN_PLATFORM
0009 tristate "Generic Platform Bus based C_CAN/D_CAN driver"
0010 help
0011 This driver adds support for the C_CAN/D_CAN chips connected
0012 to the "platform bus" (Linux abstraction for directly to the
0013 processor attached devices) which can be found on various
0014 boards from ST Microelectronics (http://www.st.com) like the
0015 SPEAr1310 and SPEAr320 evaluation boards & TI (www.ti.com)
0016 boards like am335x, dm814x, dm813x and dm811x.
0017
0018 config CAN_C_CAN_PCI
0019 tristate "Generic PCI Bus based C_CAN/D_CAN driver"
0020 depends on PCI
0021 help
0022 This driver adds support for the C_CAN/D_CAN chips connected
0023 to the PCI bus.
0024 endif