Add support test app dac_api, dac_loopback for Renesas ek_ra4l1, ek_ra4w1, ek_ra4m1 Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
# Copyright (c) 2025 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "DAC Loopback test"
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
config DAC_BUFFER_NOT_SUPPORT
|
|
bool "DAC on board/SoC does not support output buffer mode"
|
|
help
|
|
If this config is turned on, the test will run with no output buffer enabled
|