]> Git Repo - J-linux.git/blob - drivers/net/can/c_can/Kconfig
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / can / c_can / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig CAN_C_CAN
3         tristate "Bosch C_CAN/D_CAN devices"
4         depends on HAS_IOMEM
5
6 if CAN_C_CAN
7
8 config CAN_C_CAN_PLATFORM
9         tristate "Generic Platform Bus based C_CAN/D_CAN driver"
10         help
11           This driver adds support for the C_CAN/D_CAN chips connected
12           to the "platform bus" (Linux abstraction for directly to the
13           processor attached devices) which can be found on various
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.
17
18 config 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. E.g. for the C_CAN controller IP inside the
24           Intel Atom E6xx series IOH (aka EG20T 'PCH CAN').
25 endif
This page took 0.030494 seconds and 4 git commands to generate.