arch/arm/src/nrf53/Kconfig: Fix config I2C3 Master

correct config NRF53_I2C3_MASTER ( NRF53_I2C2_MASTER -> NRF53_I2C3_MASTER )
This commit is contained in:
simbit18 2023-05-22 13:32:31 +02:00 committed by Mateusz Szafoni
parent c60dd72a2a
commit 46e1916a91

View File

@ -151,7 +151,7 @@ config NRF53_I2C2_MASTER
depends on NRF53_HAVE_I2C123
select NRF53_I2C_MASTER
config NRF53_I2C2_MASTER
config NRF53_I2C3_MASTER
bool "I2C3 Master"
default n
depends on NRF53_HAVE_I2C123