Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Dong Aisheng | e0d1f48 | 2014-07-16 17:30:50 +0800 | [diff] [blame] | 2 | config CAN_M_CAN |
Dan Murphy | f524f82 | 2019-05-09 11:11:05 -0500 | [diff] [blame] | 3 | tristate "Bosch M_CAN support" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 4 | help |
Dan Murphy | f524f82 | 2019-05-09 11:11:05 -0500 | [diff] [blame] | 5 | Say Y here if you want support for Bosch M_CAN controller framework. |
| 6 | This is common support for devices that embed the Bosch M_CAN IP. |
| 7 | |
| 8 | config CAN_M_CAN_PLATFORM |
| 9 | tristate "Bosch M_CAN support for io-mapped devices" |
| 10 | depends on HAS_IOMEM |
| 11 | depends on CAN_M_CAN |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 12 | help |
Dan Murphy | f524f82 | 2019-05-09 11:11:05 -0500 | [diff] [blame] | 13 | Say Y here if you want support for IO Mapped Bosch M_CAN controller. |
| 14 | This support is for devices that have the Bosch M_CAN controller |
| 15 | IP embedded into the device and the IP is IO Mapped to the processor. |
Dan Murphy | 5443c22 | 2019-05-09 11:11:08 -0500 | [diff] [blame] | 16 | |
| 17 | config CAN_M_CAN_TCAN4X5X |
| 18 | depends on CAN_M_CAN |
Enric Balletbo i Serra | 3fcce13 | 2020-04-13 16:10:13 +0200 | [diff] [blame] | 19 | depends on SPI |
| 20 | select REGMAP_SPI |
Dan Murphy | 5443c22 | 2019-05-09 11:11:08 -0500 | [diff] [blame] | 21 | tristate "TCAN4X5X M_CAN device" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 22 | help |
Dan Murphy | 5443c22 | 2019-05-09 11:11:08 -0500 | [diff] [blame] | 23 | Say Y here if you want support for Texas Instruments TCAN4x5x |
Marc Kleine-Budde | 88bfb9a | 2020-09-16 00:34:55 +0200 | [diff] [blame] | 24 | M_CAN controller. This device is a peripheral device that uses the |
Dan Murphy | 5443c22 | 2019-05-09 11:11:08 -0500 | [diff] [blame] | 25 | SPI bus for communication. |