Select CONFIG_PINCTRL for all CAN controllers drivers using pinctrl. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
# SAM CAN configuration options
|
|
# Copyright (c) 2022 Kamil Serwus
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CAN_SAM0
|
|
bool "Atmel SAM0 CAN driver"
|
|
default y
|
|
depends on DT_HAS_ATMEL_SAM0_CAN_ENABLED
|
|
select CAN_MCAN
|
|
select PINCTRL
|