1# Fake CAN configuration options
2
3# Copyright (c) 2022 Vestas Wind Systems A/S
4# SPDX-License-Identifier: Apache-2.0
5
6config CAN_FAKE
7	bool "Fake CAN driver"
8	default y
9	depends on DT_HAS_ZEPHYR_FAKE_CAN_ENABLED
10	help
11	  Enable support for the FFF-based fake CAN driver.
12