We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fffae7 commit c3cfe6aCopy full SHA for c3cfe6a
bsp/nxp/mcx/mcxa/frdm-mcxa156/board/Kconfig
@@ -189,6 +189,19 @@ menu "Board extended module Drivers"
189
hex "RESET pin index"
190
default 0x2F
191
endif
192
+
193
+ menuconfig BSP_USING_P3T1755
194
+ bool "Enable P3T1755"
195
+ default n
196
+ select BSP_USING_I2C
197
+ select BSP_USING_I2C0
198
+ select PKG_USING_P3T1755
199
200
+ if BSP_USING_P3T1755
201
+ config P3T1755_I2C_BUS_NAME
202
+ string "P3T1755 BUS NAME"
203
+ default "i2c0"
204
+ endif
205
endmenu
206
207
0 commit comments