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/staging/iio/resolver/Kconfig | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/kernel/drivers/staging/iio/resolver/Kconfig b/kernel/drivers/staging/iio/resolver/Kconfig index 6a469ee..6d1e262 100644 --- a/kernel/drivers/staging/iio/resolver/Kconfig +++ b/kernel/drivers/staging/iio/resolver/Kconfig @@ -1,17 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0 # # Resolver/Synchro drivers # menu "Resolver to digital converters" - -config AD2S90 - tristate "Analog Devices ad2s90 driver" - depends on SPI - help - Say yes here to build support for Analog Devices spi resolver - to digital converters, ad2s90, provides direct access via sysfs. - - To compile this driver as a module, choose M here: the - module will be called ad2s90. config AD2S1210 tristate "Analog Devices ad2s1210 driver" -- Gitblit v1.6.2