Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Bhupesh Sharma | 881ff67 | 2011-02-13 22:51:44 -0800 | [diff] [blame] | 2 | menuconfig CAN_C_CAN |
AnilKumar Ch | 69927fc | 2012-05-29 11:13:16 +0530 | [diff] [blame] | 3 | tristate "Bosch C_CAN/D_CAN devices" |
Marc Kleine-Budde | 6586c5d | 2012-07-20 21:04:13 +0200 | [diff] [blame] | 4 | depends on HAS_IOMEM |
Bhupesh Sharma | 881ff67 | 2011-02-13 22:51:44 -0800 | [diff] [blame] | 5 | |
| 6 | if CAN_C_CAN |
| 7 | |
| 8 | config CAN_C_CAN_PLATFORM |
AnilKumar Ch | 69927fc | 2012-05-29 11:13:16 +0530 | [diff] [blame] | 9 | tristate "Generic Platform Bus based C_CAN/D_CAN driver" |
Bhupesh Sharma | 881ff67 | 2011-02-13 22:51:44 -0800 | [diff] [blame] | 10 | ---help--- |
AnilKumar Ch | 69927fc | 2012-05-29 11:13:16 +0530 | [diff] [blame] | 11 | This driver adds support for the C_CAN/D_CAN chips connected |
| 12 | to the "platform bus" (Linux abstraction for directly to the |
Bhupesh Sharma | 881ff67 | 2011-02-13 22:51:44 -0800 | [diff] [blame] | 13 | processor attached devices) which can be found on various |
AnilKumar Ch | 69927fc | 2012-05-29 11:13:16 +0530 | [diff] [blame] | 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. |
Federico Vaga | 5b92da0 | 2012-06-14 13:43:42 +0200 | [diff] [blame] | 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. |
Bhupesh Sharma | 881ff67 | 2011-02-13 22:51:44 -0800 | [diff] [blame] | 24 | endif |