• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2021 Huawei Device Co., Ltd.
2#
3# This software is licensed under the terms of the GNU General Public
4# License version 2, as published by the Free Software Foundation, and
5# may be copied, distributed, and modified under those terms.
6#
7# This program is distributed in the hope that it will be useful,
8# but WITHOUT ANY WARRANTY; without even the implied warranty of
9# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10# GNU General Public License for more details.
11
12config DRIVERS_HDF_SENSOR
13    bool "Enable HDF sensor driver"
14    default n
15    depends on DRIVERS_HDF
16    help
17      Answer Y to enable HDF sensor driver.
18
19config DRIVERS_HDF_SENSOR_ACCEL
20    bool "Enable HDF accel sensor driver"
21    default n
22    depends on DRIVERS_HDF_SENSOR
23    help
24      Answer Y to enable HDF accel sensor driver.
25config DRIVERS_HDF_SENSOR_ACCEL_BMI160
26    bool "Enable HDF accel bmi160 sensor driver"
27    default n
28    depends on DRIVERS_HDF_SENSOR_ACCEL
29    help
30      Answer Y to enable HDF accel bmi160 sensor driver.
31config DRIVERS_HDF_SENSOR_ACCEL_MXC6655XA
32    bool "Enable HDF accel mxc6655xa sensor driver"
33    default n
34    depends on DRIVERS_HDF_SENSOR_ACCEL
35    help
36      Answer Y to enable HDF accel mxc6655xa sensor driver.
37config DRIVERS_HDF_SENSOR_ALS
38    bool "Enable HDF als sensor driver"
39    default n
40    depends on DRIVERS_HDF_SENSOR
41    help
42      Answer Y to enable HDF als sensor driver.
43config DRIVERS_HDF_SENSOR_ALS_BH1745
44    bool "Enable HDF als bh1745 sensor driver"
45    default n
46    depends on DRIVERS_HDF_SENSOR_ALS
47    help
48      Answer Y to enable HDF als bh1745 sensor driver.
49config DRIVERS_HDF_SENSOR_GRAVITY
50    bool "Enable HDF gravity sensor driver"
51    default n
52    depends on DRIVERS_HDF_SENSOR_ACCEL
53    help
54      Answer Y to enable HDF gravity sensor driver.
55config DRIVERS_HDF_SENSOR_GYRO
56    bool "Enable HDF gyro sensor driver"
57    default n
58    depends on DRIVERS_HDF_SENSOR
59    help
60      Answer Y to enable HDF gyro sensor driver.
61config DRIVERS_HDF_SENSOR_GYRO_BMI160
62    bool "Enable HDF gyro bmi160 sensor driver"
63    default n
64    depends on DRIVERS_HDF_SENSOR_GYRO
65    help
66      Answer Y to enable HDF gyro bmi160 sensor driver.
67config DRIVERS_HDF_SENSOR_PEDOMETER
68    bool "Enable HDF pedometer sensor driver"
69    default n
70    depends on DRIVERS_HDF_SENSOR
71    help
72      Answer Y to enable HDF pedometer sensor driver.
73config DRIVERS_HDF_SENSOR_PEDOMETER_BMI160
74    bool "Enable HDF pedometer bmi160 sensor driver"
75    default n
76    depends on DRIVERS_HDF_SENSOR_PEDOMETER
77    help
78      Answer Y to enable HDF pedometer bmi160 sensor driver.
79config DRIVERS_HDF_SENSOR_BAROMETER
80    bool "Enable HDF barometer sensor driver"
81    default n
82    depends on DRIVERS_HDF_SENSOR
83    help
84      Answer Y to enable HDF barometer sensor driver.
85config DRIVERS_HDF_SENSOR_BAROMETER_BMP180
86    bool "Enable HDF barometer bmp180 sensor driver"
87    default n
88    depends on DRIVERS_HDF_SENSOR_BAROMETER
89    help
90      Answer Y to enable HDF barometer bmp180 sensor driver.
91config DRIVERS_HDF_SENSOR_HALL
92    bool "Enable HDF hall sensor driver"
93    default n
94    depends on DRIVERS_HDF_SENSOR
95    help
96      Answer Y to enable HDF hall sensor driver.
97config DRIVERS_HDF_SENSOR_HALL_AK8789
98    bool "Enable HDF hall ak8789 sensor driver"
99    default n
100    depends on DRIVERS_HDF_SENSOR_HALL
101    help
102      Answer Y to enable HDF hall ak8789 sensor driver.
103config DRIVERS_HDF_SENSOR_MAGNETIC
104    bool "Enable HDF magnetic sensor driver"
105    default n
106    depends on DRIVERS_HDF_SENSOR
107    help
108      Answer Y to enable HDF magnetic sensor driver.
109config DRIVERS_HDF_SENSOR_MAGNETIC_LSM303
110    bool "Enable HDF magnetic lsm303 sensor driver"
111    default n
112    depends on DRIVERS_HDF_SENSOR_MAGNETIC
113    help
114      Answer Y to enable HDF magnetic lsm303 sensor driver.
115config DRIVERS_HDF_SENSOR_PROXIMITY
116    bool "Enable HDF proximity sensor driver"
117    default n
118    depends on DRIVERS_HDF_SENSOR
119    help
120      Answer Y to enable HDF proximity sensor driver.
121config DRIVERS_HDF_SENSOR_PROXIMITY_APDS9960
122    bool "Enable HDF proximity adps9960 sensor driver"
123    default n
124    depends on DRIVERS_HDF_SENSOR_PROXIMITY
125    help
126      Answer Y to enable HDF proximity apds9960 sensor driver.
127