2016-01-25 18:21:51 +02: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-05 12:49:41 -04: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 09:01:27 -04:00
|
|
|
config SENSOR_INIT_PRIORITY
|
|
|
|
int
|
|
|
|
prompt "Sensor init priority"
|
|
|
|
depends on SENSOR
|
|
|
|
default 90
|
|
|
|
help
|
|
|
|
Sensor initialization priority.
|
|
|
|
|
2016-10-15 08:19:50 -04:00
|
|
|
source "drivers/sensor/ak8975/Kconfig"
|
2016-05-27 11:33:29 +03:00
|
|
|
|
2016-10-15 08:19:51 -04:00
|
|
|
source "drivers/sensor/bma280/Kconfig"
|
2016-02-18 17:40:55 +02:00
|
|
|
|
2016-10-15 08:19:51 -04:00
|
|
|
source "drivers/sensor/bmc150_magn/Kconfig"
|
2016-02-29 15:12:20 +02:00
|
|
|
|
2016-10-15 08:19:52 -04:00
|
|
|
source "drivers/sensor/bme280/Kconfig"
|
2016-05-10 15:30:06 +03:00
|
|
|
|
2016-10-15 08:19:52 -04:00
|
|
|
source "drivers/sensor/bmg160/Kconfig"
|
2016-04-27 17:34:33 +03:00
|
|
|
|
2016-10-15 08:19:53 -04:00
|
|
|
source "drivers/sensor/bmi160/Kconfig"
|
2016-03-31 15:05:03 +03:00
|
|
|
|
2016-10-15 08:19:54 -04:00
|
|
|
source "drivers/sensor/dht/Kconfig"
|
2016-05-10 12:09:28 +03:00
|
|
|
|
2016-10-15 08:19:54 -04:00
|
|
|
source "drivers/sensor/hdc1008/Kconfig"
|
2016-02-26 14:40:25 +02:00
|
|
|
|
2016-10-15 08:19:55 -04:00
|
|
|
source "drivers/sensor/hmc5883l/Kconfig"
|
2016-06-08 15:59:31 +03:00
|
|
|
|
2016-10-15 08:19:55 -04:00
|
|
|
source "drivers/sensor/hp206c/Kconfig"
|
2016-05-17 17:17:33 +03:00
|
|
|
|
2016-10-15 08:19:56 -04:00
|
|
|
source "drivers/sensor/hts221/Kconfig"
|
2016-05-24 12:09:22 +03:00
|
|
|
|
2016-10-15 08:19:56 -04:00
|
|
|
source "drivers/sensor/isl29035/Kconfig"
|
2016-01-26 17:07:34 +02:00
|
|
|
|
2016-03-21 18:16:28 +02:00
|
|
|
source "drivers/sensor/Kconfig.lis3dh"
|
|
|
|
|
2016-05-18 10:24:46 +03:00
|
|
|
source "drivers/sensor/Kconfig.lis3mdl"
|
|
|
|
|
2016-06-01 16:11:01 +03:00
|
|
|
source "drivers/sensor/Kconfig.lps25hb"
|
|
|
|
|
2016-05-17 16:52:35 +03:00
|
|
|
source "drivers/sensor/Kconfig.lsm6ds0"
|
|
|
|
|
2016-02-29 15:12:20 +02:00
|
|
|
source "drivers/sensor/Kconfig.lsm9ds0_gyro"
|
2016-02-17 13:32:13 +02:00
|
|
|
|
2016-03-16 17:17:56 +02:00
|
|
|
source "drivers/sensor/Kconfig.lsm9ds0_mfd"
|
|
|
|
|
2016-07-07 18:33:29 -07:00
|
|
|
source "drivers/sensor/Kconfig.max44009"
|
|
|
|
|
2016-03-17 14:40:23 +02:00
|
|
|
source "drivers/sensor/Kconfig.mcp9808"
|
2016-02-23 17:10:20 +02:00
|
|
|
|
2016-05-31 10:53:22 +03:00
|
|
|
source "drivers/sensor/Kconfig.mpu6050"
|
|
|
|
|
2016-02-22 16:22:16 +02:00
|
|
|
source "drivers/sensor/Kconfig.sht3xd"
|
|
|
|
|
2016-03-17 14:40:23 +02:00
|
|
|
source "drivers/sensor/Kconfig.sx9500"
|
2016-04-05 14:37:45 +03:00
|
|
|
|
2016-10-08 07:32:44 -04:00
|
|
|
source "drivers/sensor/th02/Kconfig"
|
|
|
|
|
2016-04-05 14:37:45 +03:00
|
|
|
source "drivers/sensor/Kconfig.tmp007"
|
2016-06-18 13:14:11 +02:00
|
|
|
|
|
|
|
source "drivers/sensor/Kconfig.tmp112"
|