From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- kernel/drivers/misc/ocxl/Kconfig | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/drivers/misc/ocxl/Kconfig b/kernel/drivers/misc/ocxl/Kconfig index 4bbdb0d..c9b0a27 100644 --- a/kernel/drivers/misc/ocxl/Kconfig +++ b/kernel/drivers/misc/ocxl/Kconfig @@ -1,15 +1,15 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Open Coherent Accelerator (OCXL) compatible devices # config OCXL_BASE bool - default n select PPC_COPRO_BASE config OCXL tristate "OpenCAPI coherent accelerator support" - depends on PPC_POWERNV && PCI && EEH + depends on HOTPLUG_PCI_POWERNV select OCXL_BASE default m help @@ -22,7 +22,7 @@ The ocxl driver enables userspace programs to access these accelerators through devices in /dev/ocxl/. - For more information, see http://opencapi.org. + For more information, see https://opencapi.org. This is not to be confused with the support for IBM CAPI accelerators (CONFIG_CXL), which are PCI-based instead of a -- Gitblit v1.6.2