can: m_can: Create a m_can platform framework
[linux-2.6-block.git] / drivers / net / can / m_can / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
e0d1f481 2config CAN_M_CAN
f524f829
DM
3 tristate "Bosch M_CAN support"
4 ---help---
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
8config CAN_M_CAN_PLATFORM
9 tristate "Bosch M_CAN support for io-mapped devices"
efe22286 10 depends on HAS_IOMEM
f524f829 11 depends on CAN_M_CAN
e0d1f481 12 ---help---
f524f829
DM
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.