mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
25 lines
789 B
Plaintext
25 lines
789 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig CAN_C_CAN
|
|
tristate "Bosch C_CAN/D_CAN devices"
|
|
depends on HAS_IOMEM
|
|
|
|
if CAN_C_CAN
|
|
|
|
config CAN_C_CAN_PLATFORM
|
|
tristate "Generic Platform Bus based C_CAN/D_CAN driver"
|
|
---help---
|
|
This driver adds support for the C_CAN/D_CAN chips connected
|
|
to the "platform bus" (Linux abstraction for directly to the
|
|
processor attached devices) which can be found on various
|
|
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.
|
|
endif
|