de656c1169
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>
10 lines
223 B
Plaintext
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
|