zephyr/boards/shields/dac80508_evm/Kconfig.defconfig

20 lines
242 B
Plaintext

# Copyright (c) 2020 M2I Corporation
# SPDX-License-Identifier: Apache-2.0
if SHIELD_DAC80508_EVM
if DAC
config SPI
default y
config DAC_DACX0508
default y
config DAC_INIT_PRIORITY
default 80
endif # DAC
endif # SHIELD_DAC80508_EVM