]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/net/can/c_can/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / net / can / c_can / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
881ff67a 2menuconfig CAN_C_CAN
69927fcc 3 tristate "Bosch C_CAN/D_CAN devices"
6586c5d7 4 depends on HAS_IOMEM
881ff67a
BS
5
6if CAN_C_CAN
7
8config CAN_C_CAN_PLATFORM
69927fcc 9 tristate "Generic Platform Bus based C_CAN/D_CAN driver"
881ff67a 10 ---help---
69927fcc
AC
11 This driver adds support for the C_CAN/D_CAN chips connected
12 to the "platform bus" (Linux abstraction for directly to the
881ff67a 13 processor attached devices) which can be found on various
69927fcc
AC
14 boards from ST Microelectronics (http://www.st.com) like the
15 SPEAr1310 and SPEAr320 evaluation boards & TI (www.ti.com)
16 boards like am335x, dm814x, dm813x and dm811x.
5b92da04
FV
17
18config CAN_C_CAN_PCI
19 tristate "Generic PCI Bus based C_CAN/D_CAN driver"
20 depends on PCI
21 ---help---
22 This driver adds support for the C_CAN/D_CAN chips connected
23 to the PCI bus.
881ff67a 24endif