1# Copyright (c) 2017, NXP
2# SPDX-License-Identifier: Apache-2.0
3
4source "soc/arm/nxp_lpc/*/Kconfig.defconfig.series"
5
6config I2C_MCUX_FLEXCOMM
7	default y if HAS_MCUX_FLEXCOMM
8	depends on I2C
9
10config SPI_MCUX_FLEXCOMM
11	default y if HAS_MCUX_FLEXCOMM
12	depends on SPI
13
14config CLOCK_CONTROL_MCUX_SYSCON
15	default y if HAS_MCUX_SYSCON
16	depends on CLOCK_CONTROL
17
18config SERIAL_INIT_PRIORITY
19	default 55
20	depends on SERIAL
21