1# Copyright (c) 2019 Vestas Wind Systems A/S
2# SPDX-License-Identifier: Apache-2.0
3
4if SHIELD_LMP90100_EVB
5
6if ADC
7
8config ADC_LMP90XXX_GPIO
9 default y
10
11config ADC_INIT_PRIORITY
12 default 80
13
14endif # ADC
15
16endif # SHIELD_LMP90100_EVB
17