1# Copyright (c) 2022, Thomas Stranger
2# SPDX-License-Identifier: Apache-2.0
3
4# Hidden option to enable the vnd,w1 1-Wire host driver used in testing.
5config W1_TEST
6	def_bool DT_HAS_VND_W1_ENABLED
7	depends on DT_HAS_VND_W1_ENABLED
8