zephyr/boards/shields/mikroe_adc_click/Kconfig.defconfig
Erwan Gouriou 34b1f7c737 boards: shields: Clean up Kconfig.defconfig files
Shield's Kconfig.defconfig files should only be used to configure
components options, or drivers specific (eg init priority, ..), depending
on driver activation which remains application responsibility.
High level components (such as DISPLAY) should not be enabled by default on
boards activation (which is similar to policy used for boards).

Additionally, clean up busses activation (SPI, I2C), which is not required
as bus activation is already done automatically on bus devices activation.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2023-05-23 13:02:36 +02:00

14 lines
203 B
Plaintext

# Copyright (c) 2020 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
if SHIELD_MIKROE_ADC_CLICK
if ADC
config ADC_INIT_PRIORITY
default 80
endif # ADC
endif # SHIELD_MIKROE_ADC_CLICK