2016-01-26 00:21:51 +08:00
|
|
|
# Kconfig - sensor configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig SENSOR
|
|
|
|
bool
|
|
|
|
prompt "Sensor Drivers"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Include sensor drivers in system config
|
|
|
|
|
2016-10-06 00:49:41 +08:00
|
|
|
config SYS_LOG_SENSOR_LEVEL
|
|
|
|
int "Sensor Log level"
|
|
|
|
depends on SYS_LOG && SENSOR
|
|
|
|
default 0
|
|
|
|
range 0 4
|
|
|
|
help
|
|
|
|
Sets log level for sensor driver.
|
|
|
|
Levels are:
|
|
|
|
|
|
|
|
- 0 OFF: do not write
|
|
|
|
|
|
|
|
- 1 ERROR: only write SYS_LOG_ERR
|
|
|
|
|
|
|
|
- 2 WARNING: write SYS_LOG_WRN in addition to previous level
|
|
|
|
|
|
|
|
- 3 INFO: write SYS_LOG_INF in addition to previous levels
|
|
|
|
|
|
|
|
- 4 DEBUG: write SYS_LOG_DBG in addition to previous levels
|
|
|
|
|
2016-10-04 21:01:27 +08:00
|
|
|
config SENSOR_INIT_PRIORITY
|
|
|
|
int
|
|
|
|
prompt "Sensor init priority"
|
|
|
|
depends on SENSOR
|
|
|
|
default 90
|
|
|
|
help
|
|
|
|
Sensor initialization priority.
|
|
|
|
|
2016-10-15 20:19:50 +08:00
|
|
|
source "drivers/sensor/ak8975/Kconfig"
|
2016-05-27 16:33:29 +08:00
|
|
|
|
2016-10-15 20:19:51 +08:00
|
|
|
source "drivers/sensor/bma280/Kconfig"
|
2016-02-18 23:40:55 +08:00
|
|
|
|
2016-10-15 20:19:51 +08:00
|
|
|
source "drivers/sensor/bmc150_magn/Kconfig"
|
2016-02-29 21:12:20 +08:00
|
|
|
|
2016-05-10 20:30:06 +08:00
|
|
|
source "drivers/sensor/Kconfig.bme280"
|
|
|
|
|
2016-04-27 22:34:33 +08:00
|
|
|
source "drivers/sensor/Kconfig.bmg160"
|
|
|
|
|
2016-03-31 20:05:03 +08:00
|
|
|
source "drivers/sensor/Kconfig.bmi160"
|
|
|
|
|
2016-05-10 17:09:28 +08:00
|
|
|
source "drivers/sensor/Kconfig.dht"
|
|
|
|
|
2016-02-26 20:40:25 +08:00
|
|
|
source "drivers/sensor/Kconfig.hdc1008"
|
|
|
|
|
2016-06-08 20:59:31 +08:00
|
|
|
source "drivers/sensor/Kconfig.hmc5883l"
|
|
|
|
|
2016-05-17 22:17:33 +08:00
|
|
|
source "drivers/sensor/Kconfig.hp206c"
|
|
|
|
|
2016-05-24 17:09:22 +08:00
|
|
|
source "drivers/sensor/Kconfig.hts221"
|
|
|
|
|
2016-01-26 23:07:34 +08:00
|
|
|
source "drivers/sensor/Kconfig.isl29035"
|
|
|
|
|
2016-03-22 00:16:28 +08:00
|
|
|
source "drivers/sensor/Kconfig.lis3dh"
|
|
|
|
|
2016-05-18 15:24:46 +08:00
|
|
|
source "drivers/sensor/Kconfig.lis3mdl"
|
|
|
|
|
2016-06-01 21:11:01 +08:00
|
|
|
source "drivers/sensor/Kconfig.lps25hb"
|
|
|
|
|
2016-05-17 21:52:35 +08:00
|
|
|
source "drivers/sensor/Kconfig.lsm6ds0"
|
|
|
|
|
2016-02-29 21:12:20 +08:00
|
|
|
source "drivers/sensor/Kconfig.lsm9ds0_gyro"
|
2016-02-17 19:32:13 +08:00
|
|
|
|
2016-03-16 23:17:56 +08:00
|
|
|
source "drivers/sensor/Kconfig.lsm9ds0_mfd"
|
|
|
|
|
2016-07-08 09:33:29 +08:00
|
|
|
source "drivers/sensor/Kconfig.max44009"
|
|
|
|
|
2016-03-17 20:40:23 +08:00
|
|
|
source "drivers/sensor/Kconfig.mcp9808"
|
2016-02-23 23:10:20 +08:00
|
|
|
|
2016-05-31 15:53:22 +08:00
|
|
|
source "drivers/sensor/Kconfig.mpu6050"
|
|
|
|
|
2016-02-22 22:22:16 +08:00
|
|
|
source "drivers/sensor/Kconfig.sht3xd"
|
|
|
|
|
2016-03-17 20:40:23 +08:00
|
|
|
source "drivers/sensor/Kconfig.sx9500"
|
2016-04-05 19:37:45 +08:00
|
|
|
|
2016-10-08 19:32:44 +08:00
|
|
|
source "drivers/sensor/th02/Kconfig"
|
|
|
|
|
2016-04-05 19:37:45 +08:00
|
|
|
source "drivers/sensor/Kconfig.tmp007"
|
2016-06-18 19:14:11 +08:00
|
|
|
|
|
|
|
source "drivers/sensor/Kconfig.tmp112"
|