You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
299 B
13 lines
299 B
# Copyright (c) 2025 Renesas Electronics Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
mainmenu "Comparator sample additional options" |
|
|
|
source "Kconfig.zephyr" |
|
|
|
ZEPHYR_USER := zephyr,user |
|
|
|
config DAC_REFERENCE_SOURCE |
|
bool |
|
select DAC |
|
default y if $(dt_node_has_prop,/$(ZEPHYR_USER),vref-dac)
|
|
|