blob: 6d6beb93ab1824e10722ca3a51232e057f33b2f1 [file] [log] [blame]
# CAN transceiver configuration options
# Copyright (c) 2022 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
menu "CAN transceiver drivers"
config CAN_TRANSCEIVER_INIT_PRIORITY
int "CAN transceiver driver init priority"
default 45
help
CAN transceiver device driver initialization priority.
config CAN_TRANSCEIVER_GPIO
bool "GPIO controlled CAN transceiver"
depends on GPIO
default $(dt_compat_enabled,can-transceiver-gpio)
help
Enable support for GPIO controlled CAN transceivers.
endmenu