zephyr/drivers/sensor/apds9960/Kconfig
Piotr Mienkowski c1f8eb4182 drivers: sensor: clean up Kconfig files
- place all sensor Kconfig options in submenu
- separate device drivers and common options with a comment line
- align help text

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2017-09-21 15:47:58 -04:00

29 lines
547 B
Plaintext

#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig APDS9960
bool "APDS9960 Sensor"
depends on I2C
default n
help
Enable driver for APDS9960 sensors.
config APDS9960_I2C_DEV_NAME
string "I2C Master"
depends on APDS9960
default I2C_SS_0_NAME
help
The device name of the I2C master device to which the APDS9960
chip is connected.
config APDS9960_DRV_NAME
string
prompt "Driver name"
default "APDS9960"
depends on APDS9960
help
Device name with which the APDS9960 is identified.