mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 15:13:52 +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>
23 lines
635 B
Plaintext
23 lines
635 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig CAN_CC770
|
|
tristate "Bosch CC770 and Intel AN82527 devices"
|
|
depends on HAS_IOMEM
|
|
|
|
if CAN_CC770
|
|
|
|
config CAN_CC770_ISA
|
|
tristate "ISA Bus based legacy CC770 driver"
|
|
---help---
|
|
This driver adds legacy support for CC770 and AN82527 chips
|
|
connected to the ISA bus using I/O port, memory mapped or
|
|
indirect access.
|
|
|
|
config CAN_CC770_PLATFORM
|
|
tristate "Generic Platform Bus based CC770 driver"
|
|
---help---
|
|
This driver adds support for the CC770 and AN82527 chips
|
|
connected to the "platform bus" (Linux abstraction for directly
|
|
to the processor attached devices).
|
|
|
|
endif
|