8b9464089c
Add a driver for the Pixart PMW3610 mouse sensor device. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
# Copyright 2024 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config INPUT_PMW3610
|
|
bool "PMW3610 low power laser mouse sensor input driver"
|
|
default y
|
|
depends on DT_HAS_PIXART_PMW3610_ENABLED
|
|
select SPI
|
|
help
|
|
PMW3610 low power laser mouse sensor input driver
|