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/misc/cxl/Kconfig | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/kernel/drivers/misc/cxl/Kconfig b/kernel/drivers/misc/cxl/Kconfig index 3ce9337..51aecaf 100644 --- a/kernel/drivers/misc/cxl/Kconfig +++ b/kernel/drivers/misc/cxl/Kconfig @@ -1,26 +1,16 @@ +# SPDX-License-Identifier: GPL-2.0-only # # IBM Coherent Accelerator (CXL) compatible devices # config CXL_BASE bool - default n select PPC_COPRO_BASE - -config CXL_AFU_DRIVER_OPS - bool - default n - -config CXL_LIB - bool - default n config CXL tristate "Support for IBM Coherent Accelerators (CXL)" depends on PPC_POWERNV && PCI_MSI && EEH select CXL_BASE - select CXL_AFU_DRIVER_OPS - select CXL_LIB default m help Select this option to enable driver support for IBM Coherent -- Gitblit v1.6.2