mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
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:
committed by
Mateusz Szafoni
parent
c60dd72a2a
commit
46e1916a91
@@ -151,7 +151,7 @@ config NRF53_I2C2_MASTER
|
|||||||
depends on NRF53_HAVE_I2C123
|
depends on NRF53_HAVE_I2C123
|
||||||
select NRF53_I2C_MASTER
|
select NRF53_I2C_MASTER
|
||||||
|
|
||||||
config NRF53_I2C2_MASTER
|
config NRF53_I2C3_MASTER
|
||||||
bool "I2C3 Master"
|
bool "I2C3 Master"
|
||||||
default n
|
default n
|
||||||
depends on NRF53_HAVE_I2C123
|
depends on NRF53_HAVE_I2C123
|
||||||
|
|||||||
Reference in New Issue
Block a user