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 <maureen.helm@nxp.com>
This commit is contained in:
parent
3005094994
commit
ecd31dfd47
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue