3538335f5a
Add an initial input driver for the PixArt PAT9125EL, just core functionalities for now, will add more configuration properties at a later stage. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
11 lines
280 B
Plaintext
11 lines
280 B
Plaintext
# Copyright 2024 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config INPUT_PAT912X
|
|
bool "PAT912X miniature optical navigation chip input driver"
|
|
default y
|
|
depends on DT_HAS_PIXART_PAT912X_ENABLED
|
|
select I2C
|
|
help
|
|
PAT912X miniature optical navigation chip input driver
|