1# SPDX-License-Identifier: Apache-2.0
2
3config SERIAL_INIT_PRIORITY
4	default 55
5	depends on SERIAL
6
7config ADC_INIT_PRIORITY
8	default 80 if ADC_MCUX_ADC16_ENABLE_EDMA
9	depends on ADC
10
11source "soc/arm/nxp_kinetis/*/Kconfig.defconfig.series"
12