drivers: sensor: ti: Move to vendor subdirectory
Organizes sensor drivers by vendor to distribute maintainership responsibilities. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
parent
a2ef60e9bc
commit
b2b2d704f4
73 changed files with 42 additions and 30 deletions
12
drivers/sensor/ti/opt3001/Kconfig
Normal file
12
drivers/sensor/ti/opt3001/Kconfig
Normal file
|
@ -0,0 +1,12 @@
|
|||
# OPT3001 light sensor configuration options
|
||||
|
||||
# Copyright (c) 2019 Actinius
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config OPT3001
|
||||
bool "OPT3001 Light Sensor"
|
||||
default y
|
||||
depends on DT_HAS_TI_OPT3001_ENABLED
|
||||
select I2C
|
||||
help
|
||||
Enable driver for OPT3001 light sensors.
|
Loading…
Add table
Add a link
Reference in a new issue