mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 10:12:55 +00:00
Replace Kconfig configuration data with devicetree bindings using (ADC) io channels. Rework the sample to document expectations about the relationship between the reference voltage and the divider input voltage, and update the sensor configuration to support Nordic SAADC. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
19 lines
538 B
Plaintext
19 lines
538 B
Plaintext
# Drivers configuration options for SeeedStudio Grove Devices
|
|
|
|
# Copyright (c) 2015 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GROVE_LIGHT_SENSOR
|
|
bool "Enable the Seeed Grove Light Sensor"
|
|
depends on ADC && !MINIMAL_LIBC
|
|
help
|
|
Setting this value will enable driver support for the Grove Light
|
|
Sensor.
|
|
|
|
config GROVE_TEMPERATURE_SENSOR
|
|
bool "Enable the Seeed Grove Temperature Sensor"
|
|
depends on ADC && !MINIMAL_LIBC
|
|
help
|
|
Setting this value will enable driver support for the Grove
|
|
Temperature Sensor.
|