# Copyright (c) 2021 Huawei Device Co., Ltd. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this list of
# conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice, this list
# of conditions and the following disclaimer in the documentation and/or other materials
# provided with the distribution.
#
# 3. Neither the name of the copyright holder nor the names of its contributors may be used
# to endorse or promote products derived from this software without specific prior written
# permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
config DRIVERS_HDF_SENSOR
bool "Enable HDF sensor driver"
default n
depends on DRIVERS_HDF
help
Answer Y to enable HDF sensor driver.
config DRIVERS_HDF_SENSOR_ACCEL
bool "Enable HDF accel sensor driver"
default n
depends on DRIVERS_HDF_SENSOR
help
Answer Y to enable HDF accel sensor driver.
config DRIVERS_HDF_SENSOR_ACCEL_BMI160
bool "Enable HDF accel bmi160 sensor driver"
default n
depends on DRIVERS_HDF_SENSOR_ACCEL
help
Answer Y to enable HDF accel bmi160 sensor driver.
config DRIVERS_HDF_SENSOR_ALS
bool "Enable HDF als sensor driver"
default n
depends on DRIVERS_HDF_SENSOR
help
Answer Y to enable HDF als sensor driver.
config DRIVERS_HDF_SENSOR_ALS_BH1745
bool "Enable HDF als bh1745 sensor driver"
default n
depends on DRIVERS_HDF_SENSOR_ALS
help
Answer Y to enable HDF als bh1745 sensor driver.
config DRIVERS_HDF_SENSOR_PROXIMITY
bool "Enable HDF proximity sensor driver"
default n
depends on DRIVERS_HDF_SENSOR
help
Answer Y to enable HDF proximity sensor driver.
config DRIVERS_HDF_SENSOR_PROXIMITY_APDS9960
bool "Enable HDF proximity adps9960 sensor driver"
default n
depends on DRIVERS_HDF_SENSOR_PROXIMITY
help
Answer Y to enable HDF proximity apds9960 sensor driver.
config DRIVERS_HDF_SENSOR_GRAVITY
bool "Enable HDF gravity sensor driver"
default n
depends on DRIVERS_HDF_SENSOR_ACCEL
help
Answer Y to enable HDF gravity sensor driver.
config DRIVERS_HDF_SENSOR_GYRO
bool "Enable HDF gyro sensor driver"
default n
depends on DRIVERS_HDF_SENSOR
help
Answer Y to enable HDF gyro sensor driver.
config DRIVERS_HDF_SENSOR_BAROMETER
bool "Enable HDF barometer sensor driver"
default n
depends on DRIVERS_HDF_SENSOR
help
Answer Y to enable HDF barometer sensor driver.
config DRIVERS_HDF_SENSOR_BAROMETER_BMP180
bool "Enable HDF barometer bmp180 sensor driver"
default n
depends on DRIVERS_HDF_SENSOR_BAROMETER
help
Answer Y to enable HDF barometer bmp180 sensor driver.
config DRIVERS_HDF_SENSOR_HALL
bool "Enable HDF hall sensor driver"
default n
depends on DRIVERS_HDF_SENSOR
help
Answer Y to enable HDF hall sensor driver.
config DRIVERS_HDF_SENSOR_HALL_AK8789
bool "Enable HDF hall ak8789 sensor driver"
default n
depends on DRIVERS_HDF_SENSOR_HALL
help
Answer Y to enable HDF hall ak8789 sensor driver.
config DRIVERS_HDF_SENSOR_MAGNETIC
bool "Enable HDF magnetic sensor driver"
default n
depends on DRIVERS_HDF_SENSOR
help
Answer Y to enable HDF magnetic sensor driver.
config DRIVERS_HDF_SENSOR_MAGNETIC_LSM303
bool "Enable HDF magnetic lsm303 sensor driver"
default n
depends on DRIVERS_HDF_SENSOR_MAGNETIC
help
Answer Y to enable HDF magnetic lsm303 sensor driver.