1# Copyright (c) 2025 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "DAC API test"
5
6source "Kconfig.zephyr"
7
8config DAC_BUFFER_NOT_SUPPORT
9	bool "DAC on board/SoC does not support output buffer mode"
10	help
11	  If this config is turned on, the test will run with no output buffer enabled
12