Browse Source

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>
pull/88264/head
Remi Buisson 3 months ago committed by Benjamin Cabé
parent
commit
7a20afba9a
  1. 5
      modules/hal_tdk/Kconfig

5
modules/hal_tdk/Kconfig

@ -30,4 +30,9 @@ config USE_EMD_ICP101XX @@ -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…
Cancel
Save