zephyr/drivers/can/Kconfig.sam
Henrik Brix Andersen de656c1169 drivers: can: sam: do not select cache management
Do not select CONFIG_CACHE_MANAGEMENT in the Microchip SAM CAN driver
Kconfig but rather leave it up to the SoC/platform Kconfig to enable it as
needed and enable CACHE_MANAGEMENT by default for the Atmel SAM E70/V71 SoC
series.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2023-07-31 19:38:22 +00:00

10 lines
223 B
Plaintext

# SAM CAN configuration options
# Copyright (c) 2021 Alexander Wachter
# SPDX-License-Identifier: Apache-2.0
config CAN_SAM
bool "Atmel SAM CAN driver"
default y
depends on DT_HAS_ATMEL_SAM_CAN_ENABLED
select CAN_MCAN