Skip to content

Commit

Permalink
[bsp][nxp]:add p3t1754 sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
CYFS3 authored and Rbb666 committed Feb 26, 2025
1 parent 2fffae7 commit c3cfe6a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bsp/nxp/mcx/mcxa/frdm-mcxa156/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,19 @@ menu "Board extended module Drivers"
hex "RESET pin index"
default 0x2F
endif

menuconfig BSP_USING_P3T1755
bool "Enable P3T1755"
default n
select BSP_USING_I2C
select BSP_USING_I2C0
select PKG_USING_P3T1755

if BSP_USING_P3T1755
config P3T1755_I2C_BUS_NAME
string "P3T1755 BUS NAME"
default "i2c0"
endif
endmenu

endmenu

0 comments on commit c3cfe6a

Please sign in to comment.