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:
Maureen Helm 2024-03-26 18:57:09 -05:00 committed by Anas Nashif
commit b2b2d704f4
73 changed files with 42 additions and 30 deletions

View 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.