Files
zephyr/drivers/input/Kconfig.mcux_kpp
Qiang Zhang 2441e76ad0 driver: input: Add support for KPP driver.
Added support for KPP driver.

Signed-off-by: Qiang Zhang <qiang.zhang_6@nxp.com>
2025-08-27 09:47:10 +02:00

17 lines
347 B
Plaintext

# Copyright 2025 NXP
# SPDX-License-Identifier: Apache-2.0
config INPUT_MCUX_KPP
bool "KPP driver"
default y
depends on DT_HAS_NXP_MCUX_KPP_ENABLED
help
Enable the driver of keypad port.
config INPUT_KPP_PERIOD_MS
int "Sample period"
default 10
depends on INPUT_MCUX_KPP
help
Sample period in milliseconds when the key is pressed.