1# Private config options for dac sample
2
3# Copyright (c) 2025 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6mainmenu "DAC sample application"
7
8source "Kconfig.zephyr"
9
10ZEPHYR_USER := zephyr,user
11
12config DAC_SAMPLE_RUN
13	bool "Run DAC sample application"
14	default y if $(dt_node_has_prop,/$(ZEPHYR_USER),dac)
15	help
16	  platform supports dac sample
17