21 lines
348 B
Plaintext
21 lines
348 B
Plaintext
|
# DAC configuration options
|
||
|
|
||
|
# Copyright (c) 2020 Libre Solar Technologies GmbH
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
#
|
||
|
# DAC options
|
||
|
#
|
||
|
menuconfig DAC
|
||
|
bool "DAC drivers"
|
||
|
help
|
||
|
Enable DAC (Digital to Analog Converter) driver configuration.
|
||
|
|
||
|
if DAC
|
||
|
|
||
|
module = DAC
|
||
|
module-str = DAC
|
||
|
source "subsys/logging/Kconfig.template.log_config"
|
||
|
|
||
|
endif # DAC
|