blob: fa3029ba3c789fb839f7b44f373f6117483436c2 [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 70
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