zephyr/drivers/w1/Kconfig.test
Thomas Stranger ae8543269a drivers: w1: add vnd,w1 driver for ci testing
This commit adds the vnd,w1 dummy host driver used for ci builds of
1-wire devices.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2022-07-05 23:06:45 +02:00

9 lines
244 B
Plaintext

# Copyright (c) 2022, Thomas Stranger
# SPDX-License-Identifier: Apache-2.0
DT_COMPAT_VND_W1 := vnd,w1
# Hidden option to enable the vnd,w1 1-Wire host driver used in testing.
config W1_TEST
def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_W1))