zephyr/samples/drivers/dac/Kconfig
Hake Huang 0d8024d208 samples: dac: simplify meta data
use config from dts to get the supporting status.
remove the platfrom_allow list.

Signed-off-by: Hake Huang <hake.huang@nxp.com>
2025-02-06 14:45:40 +01:00

17 lines
342 B
Plaintext

# Private config options for dac sample
# Copyright (c) 2025 NXP
# SPDX-License-Identifier: Apache-2.0
mainmenu "DAC sample application"
source "Kconfig.zephyr"
ZEPHYR_USER := zephyr,user
config DAC_SAMPLE_RUN
bool "Run DAC sample application"
default y if $(dt_node_has_prop,/$(ZEPHYR_USER),dac)
help
platform supports dac sample