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
|