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-05-27 11:33:29 +03:00
|
|
|
source "drivers/sensor/Kconfig.ak8975"
|
|
|
|
|
2016-02-18 17:40:55 +02:00
|
|
|
source "drivers/sensor/Kconfig.bma280"
|
|
|
|
|
2016-02-29 15:12:20 +02:00
|
|
|
source "drivers/sensor/Kconfig.bmc150_magn"
|
|
|
|
|
2016-05-10 15:30:06 +03:00
|
|
|
source "drivers/sensor/Kconfig.bme280"
|
|
|
|
|
2016-04-27 17:34:33 +03:00
|
|
|
source "drivers/sensor/Kconfig.bmg160"
|
|
|
|
|
2016-03-31 15:05:03 +03:00
|
|
|
source "drivers/sensor/Kconfig.bmi160"
|
|
|
|
|
2016-05-10 12:09:28 +03:00
|
|
|
source "drivers/sensor/Kconfig.dht"
|
|
|
|
|
2016-02-26 14:40:25 +02:00
|
|
|
source "drivers/sensor/Kconfig.hdc1008"
|
|
|
|
|
2016-05-24 12:09:22 +03:00
|
|
|
source "drivers/sensor/Kconfig.hts221"
|
|
|
|
|
2016-01-26 17:07:34 +02:00
|
|
|
source "drivers/sensor/Kconfig.isl29035"
|
|
|
|
|
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-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-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
|
|
|
|
|
|
|
source "drivers/sensor/Kconfig.tmp007"
|