17 lines
219 B
Plaintext
17 lines
219 B
Plaintext
|
# Copyright (c) 2020 Vestas Wind Systems A/S
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SHIELD_MIKROE_ADC_CLICK
|
||
|
|
||
|
if ADC
|
||
|
|
||
|
config SPI
|
||
|
default y
|
||
|
|
||
|
config ADC_MCP320X
|
||
|
default y
|
||
|
|
||
|
endif # ADC
|
||
|
|
||
|
endif # SHIELD_MIKROE_ADC_CLICK
|