2022-01-10 05:25:58 +08:00
|
|
|
# SAM CAN configuration options
|
|
|
|
# Copyright (c) 2021 Alexander Wachter
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config CAN_SAM
|
|
|
|
bool "Atmel SAM CAN driver"
|
2022-07-21 17:24:20 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ATMEL_SAM_CAN_ENABLED
|
2022-01-10 05:25:58 +08:00
|
|
|
select CAN_MCAN
|
2024-10-22 02:18:23 +08:00
|
|
|
select PINCTRL
|