blob: d21bb4e7ebe36e68030a32857c9562520cd5c069 [file] [log] [blame]
Gerard Marull-Paretascdcb0552024-05-07 12:42:56 +02001# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config CAN_NRF
5 bool "nRF CAN driver"
6 default y
7 depends on DT_HAS_NORDIC_NRF_CAN_ENABLED
8 select CAN_MCAN
9 select CLOCK_CONTROL
10 help
11 Driver for nRF CAN.