1# Copyright (c) 2022, 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,pwm devices
6# used in testing.
7config PWM_TEST
8	def_bool DT_HAS_VND_PWM_ENABLED
9	depends on DT_HAS_VND_PWM_ENABLED
10