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/eisa/Kconfig | 30 +++++++++++++++++++++++++----- 1 files changed, 25 insertions(+), 5 deletions(-) diff --git a/kernel/drivers/eisa/Kconfig b/kernel/drivers/eisa/Kconfig index 2705284..c8bbf90 100644 --- a/kernel/drivers/eisa/Kconfig +++ b/kernel/drivers/eisa/Kconfig @@ -1,11 +1,32 @@ +# SPDX-License-Identifier: GPL-2.0-only # # EISA configuration # + +config HAVE_EISA + bool + +menuconfig EISA + bool "EISA support" + depends on HAVE_EISA + help + The Extended Industry Standard Architecture (EISA) bus was + developed as an open alternative to the IBM MicroChannel bus. + + The EISA bus provided some of the features of the IBM MicroChannel + bus while maintaining backward compatibility with cards made for + the older ISA bus. The EISA bus saw limited use between 1988 and + 1995 when it was made obsolete by the PCI bus. + + Say Y here if you are building a kernel for an EISA-based machine. + + Otherwise, say N. + config EISA_VLB_PRIMING bool "Vesa Local Bus priming" depends on X86 && EISA default n - ---help--- + help Activate this option if your system contains a Vesa Local Bus (VLB) card that identify itself as an EISA card (such as the Adaptec AHA-284x). @@ -16,7 +37,7 @@ bool "Generic PCI/EISA bridge" depends on !PARISC && PCI && EISA default y - ---help--- + help Activate this option if your system contains a PCI to EISA bridge. If your system have both PCI and EISA slots, you certainly need this option. @@ -30,7 +51,7 @@ bool "EISA virtual root device" depends on EISA && (ALPHA || X86) default y - ---help--- + help Activate this option if your system only have EISA bus (no PCI slots). The Alpha Jensen is an example of such a system. @@ -41,7 +62,7 @@ bool "EISA device name database" depends on EISA default y - ---help--- + help By default, the kernel contains a database of all known EISA device names to make the information in sysfs comprehensible to the user. This database increases size of the kernel @@ -53,4 +74,3 @@ names. When in doubt, say Y. - -- Gitblit v1.6.2