1# Copyright (c) 2024 TDK Invensense 2 3# ICP101xx High Accuracy, Low Power, Barometric Pressure and Temperature Sensor option 4 5# SPDX-License-Identifier: Apache-2.0 6config ICP101XX 7 bool "ICP101XX Barometric Pressure and Temperature Sensor" 8 default y 9 depends on DT_HAS_INVENSENSE_ICP101XX_ENABLED 10 select I2C 11 select USE_EMD_ICP101XX 12 help 13 Enable driver for ICP101XX barometric pressure/temperature sensors. 14