Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
31c5dc2230f7385f40a648bd541f47dd46d49e24
/
.
/
drivers
/
w1
/
Kconfig.test
blob: 654f4d2dcd6e433c03bf9155bd2c1eb80df28188 [
file
] [
log
] [
blame
]
# 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
))