Преглед на файлове

bsp: nxp/mcx/mcxc: FRDM-MCXC444: Kconfig: Add I2C support.

Yilin Sun преди 11 месеца
родител
ревизия
b4165288fc
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      bsp/nxp/mcx/mcxc/frdm-mcxc444/board/Kconfig

+ 2 - 2
bsp/nxp/mcx/mcxc/frdm-mcxc444/board/Kconfig

@@ -39,10 +39,10 @@ menu "On-chip Peripheral Drivers"
 
             if BSP_USING_I2C
                 config BSP_USING_I2C0
-                    bool "Enable Flexcomm0 I2C"
+                    bool "Enable I2C0"
                     default y
                 config BSP_USING_I2C1
-                    bool "Enable Flexcomm1 I2C"
+                    bool "Enable I2C1"
                     default y
             endif