From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- kernel/drivers/input/sensors/psensor/Kconfig | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/input/sensors/psensor/Kconfig b/kernel/drivers/input/sensors/psensor/Kconfig index c7d32f5..62ed3ac 100644 --- a/kernel/drivers/input/sensors/psensor/Kconfig +++ b/kernel/drivers/input/sensors/psensor/Kconfig @@ -5,7 +5,7 @@ menuconfig PROXIMITY_DEVICE tristate "proximity sensor device support" - default n + default n if PROXIMITY_DEVICE @@ -21,6 +21,9 @@ tristate "psensor ap321xx" default n +config PS_STK3332 + tristate "proximity sensor stk3332" + config PS_STK3410 tristate "proximity sensor stk3410" default n @@ -28,5 +31,8 @@ config PS_EM3071X tristate "proximity sensor em3071x" -endif +config PS_UCS14620 + tristate "proximity sensor ucs14620" + default n +endif -- Gitblit v1.6.2