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
|