From ecd31dfd47decff73d612a38af15b0d165a53c5a Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Sun, 8 Dec 2019 13:55:34 -0600 Subject: [PATCH] soc: nxp_lpc: Enable the mcux flexcomm i2c driver Enables the mcux flexcomm i2c driver on lpc54xxx and lpc55xxx socs. Signed-off-by: Maureen Helm --- soc/arm/nxp_lpc/Kconfig.defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/soc/arm/nxp_lpc/Kconfig.defconfig b/soc/arm/nxp_lpc/Kconfig.defconfig index 83c16c09803..be049bd3d03 100644 --- a/soc/arm/nxp_lpc/Kconfig.defconfig +++ b/soc/arm/nxp_lpc/Kconfig.defconfig @@ -3,6 +3,10 @@ source "soc/arm/nxp_lpc/*/Kconfig.defconfig.series" +config I2C_MCUX_FLEXCOMM + default y if HAS_MCUX_FLEXCOMM + depends on I2C + config SPI_MCUX_FLEXCOMM default y if HAS_MCUX_FLEXCOMM depends on SPI