modules: hal_tdk: Add icp201xx support
icp201xx are barometric pressure and temperature sensors. https://invensense.tdk.com/smartpressure Signed-off-by: Remi Buisson <remi.buisson@tdk.com>
This commit is contained in:
parent
66ab75ff96
commit
7a20afba9a
@ -30,4 +30,9 @@ config USE_EMD_ICP101XX
|
||||
depends on ZEPHYR_HAL_TDK_MODULE
|
||||
depends on DT_HAS_INVENSENSE_ICP101XX_ENABLED
|
||||
|
||||
config USE_EMD_ICP201XX
|
||||
bool "ICP201XX Barometric Pressure and Temperature Sensor"
|
||||
imply TDK_HAL
|
||||
depends on ZEPHYR_HAL_TDK_MODULE
|
||||
depends on DT_HAS_INVENSENSE_ICP201XX_ENABLED
|
||||
endmenu
|
||||
|
||||
Loading…
Reference in New Issue
Block a user