2021-12-14 22:50:09 +08:00
|
|
|
# DAC configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2021 BrainCo Inc.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
# Workaround for not being able to have commas in macro arguments
|
|
|
|
DT_COMPAT_GD_GD32_DAC := gd,gd32-dac
|
|
|
|
|
|
|
|
config DAC_GD32
|
|
|
|
bool "GD32 DAC driver"
|
2021-12-22 16:04:59 +08:00
|
|
|
depends on (SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103)
|
2021-12-14 22:50:09 +08:00
|
|
|
default $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_DAC))
|
|
|
|
help
|
|
|
|
Enable GigaDevice GD32 DAC driver
|