1# Copyright (c) 2021, Commonwealth Scientific and Industrial Research
2# Organisation (CSIRO) ABN 41 687 119 230.
3# SPDX-License-Identifier: Apache-2.0
4
5# Hidden option for turning on the dummy driver for vnd,adc devices
6# used in testing.
7config ADC_TEST
8	def_bool DT_HAS_VND_ADC_ENABLED
9	depends on DT_HAS_VND_ADC_ENABLED
10