Skip to content

Commit c3cfe6a

Browse files
CYFS3Rbb666
authored andcommitted
[bsp][nxp]:add p3t1754 sensor
1 parent 2fffae7 commit c3cfe6a

File tree

1 file changed

+13
-0
lines changed
  • bsp/nxp/mcx/mcxa/frdm-mcxa156/board

1 file changed

+13
-0
lines changed

bsp/nxp/mcx/mcxa/frdm-mcxa156/board/Kconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,19 @@ menu "Board extended module Drivers"
189189
hex "RESET pin index"
190190
default 0x2F
191191
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
192205
endmenu
193206

194207
endmenu

0 commit comments

Comments
 (0)