1# Private config options for dac sample 2 3# Copyright (c) 2025 NXP 4# Copyright (c) 2025 Renesas Electronics Corporation 5# SPDX-License-Identifier: Apache-2.0 6 7mainmenu "DAC sample application" 8 9source "Kconfig.zephyr" 10 11ZEPHYR_USER := zephyr,user 12 13config DAC_SAMPLE_RUN 14 bool "Run DAC sample application" 15 default y if $(dt_node_has_prop,/$(ZEPHYR_USER),dac) 16 help 17 platform supports dac sample 18 19config DAC_BUFFER_NOT_SUPPORT 20 bool "DAC on board/SoC does not support output buffer mode" 21 help 22 If this config is turned on, the sample will run with no output buffer enabled 23