kernel-5.8.0-0.rc0.20200608gitaf7b4801030c.1
* Mon Jun 08 2020 Justin M. Forbes <jforbes@fedoraproject.org> [5.8.0-0.rc0.20200608gitaf7b4801030c.1] - Fedora config updates ("Justin M. Forbes") Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
4459220aec
commit
676c84f7d1
@ -10,7 +10,7 @@ Patch for disconnect issues with storage attached to a
|
||||
1 file changed, 7 insertions(+)
|
||||
|
||||
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
|
||||
index fc748c731832..7d35e12de70f 100644
|
||||
index b1e14beaac5f..b28779779058 100644
|
||||
--- a/drivers/usb/core/hub.c
|
||||
+++ b/drivers/usb/core/hub.c
|
||||
@@ -5517,6 +5517,13 @@ static void hub_event(struct work_struct *work)
|
||||
|
@ -130,10 +130,10 @@ Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
|
||||
2 files changed, 132 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
|
||||
index d07809286b95..fa3399d25d1e 100644
|
||||
index 74682b8d09b0..5b25b8fef254 100644
|
||||
--- a/arch/x86/kernel/cpu/common.c
|
||||
+++ b/arch/x86/kernel/cpu/common.c
|
||||
@@ -1180,6 +1180,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
|
||||
@@ -1203,6 +1203,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
|
||||
cpu_detect(c);
|
||||
get_cpu_vendor(c);
|
||||
get_cpu_cap(c);
|
||||
|
@ -8,10 +8,10 @@ Subject: [PATCH] Drop that for now
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index cee5c5cda7fc..b578e32cce0f 100644
|
||||
index d4d2a5c5d003..24ad272d3197 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -479,7 +479,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
|
||||
@@ -510,7 +510,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
|
||||
KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \
|
||||
-fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \
|
||||
-Werror=implicit-function-declaration -Werror=implicit-int \
|
||||
|
@ -41,10 +41,10 @@ Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/drivers/infiniband/sw/rxe/rxe.c b/drivers/infiniband/sw/rxe/rxe.c
|
||||
index 4afdd2e20883..05e637aa0e3d 100644
|
||||
index 5642eefb4ba1..01c8d750b9e0 100644
|
||||
--- a/drivers/infiniband/sw/rxe/rxe.c
|
||||
+++ b/drivers/infiniband/sw/rxe/rxe.c
|
||||
@@ -335,6 +335,8 @@ static int __init rxe_module_init(void)
|
||||
@@ -336,6 +336,8 @@ static int __init rxe_module_init(void)
|
||||
{
|
||||
int err;
|
||||
|
||||
|
@ -27,10 +27,10 @@ Signed-off-by: Laura Abbott <labbott@redhat.com>
|
||||
create mode 100644 Kconfig.redhat
|
||||
|
||||
diff --git a/Kconfig b/Kconfig
|
||||
index e10b3ee084d4..01c0df787518 100644
|
||||
index 745bc773f567..f57ff40109d7 100644
|
||||
--- a/Kconfig
|
||||
+++ b/Kconfig
|
||||
@@ -32,3 +32,5 @@ source "lib/Kconfig"
|
||||
@@ -30,3 +30,5 @@ source "lib/Kconfig"
|
||||
source "lib/Kconfig.debug"
|
||||
|
||||
source "Documentation/Kconfig"
|
||||
|
@ -1,57 +0,0 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
|
||||
Date: Tue, 10 Mar 2020 13:52:41 +0100
|
||||
Subject: [PATCH] PCI: brcmstb: Wait for Raspberry Pi's firmware when present
|
||||
|
||||
xHCI's PCI fixup, run at the end of pcie-brcmstb's probe, depends on
|
||||
RPi4's VideoCore firmware interface to be up and running. It's possible
|
||||
for both initializations to race, so make sure it's available prior to
|
||||
starting.
|
||||
|
||||
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
|
||||
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
|
||||
---
|
||||
drivers/pci/controller/pcie-brcmstb.c | 15 +++++++++++++++
|
||||
1 file changed, 15 insertions(+)
|
||||
|
||||
diff --git a/drivers/pci/controller/pcie-brcmstb.c b/drivers/pci/controller/pcie-brcmstb.c
|
||||
index 6d79d14527a6..aee84679a997 100644
|
||||
--- a/drivers/pci/controller/pcie-brcmstb.c
|
||||
+++ b/drivers/pci/controller/pcie-brcmstb.c
|
||||
@@ -28,6 +28,8 @@
|
||||
#include <linux/string.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
+#include <soc/bcm2835/raspberrypi-firmware.h>
|
||||
+
|
||||
#include "../pci.h"
|
||||
|
||||
/* BRCM_PCIE_CAP_REGS - Offset for the mandatory capability config regs */
|
||||
@@ -917,11 +919,24 @@ static int brcm_pcie_probe(struct platform_device *pdev)
|
||||
{
|
||||
struct device_node *np = pdev->dev.of_node, *msi_np;
|
||||
struct pci_host_bridge *bridge;
|
||||
+ struct device_node *fw_np;
|
||||
struct brcm_pcie *pcie;
|
||||
struct pci_bus *child;
|
||||
struct resource *res;
|
||||
int ret;
|
||||
|
||||
+ /*
|
||||
+ * We have to wait for the Raspberry Pi's firmware interface to be up
|
||||
+ * as some PCI fixups depend on it.
|
||||
+ */
|
||||
+ fw_np = of_find_compatible_node(NULL, NULL,
|
||||
+ "raspberrypi,bcm2835-firmware");
|
||||
+ if (fw_np && !rpi_firmware_get(fw_np)) {
|
||||
+ of_node_put(fw_np);
|
||||
+ return -EPROBE_DEFER;
|
||||
+ }
|
||||
+ of_node_put(fw_np);
|
||||
+
|
||||
bridge = devm_pci_alloc_host_bridge(&pdev->dev, sizeof(*pcie));
|
||||
if (!bridge)
|
||||
return -ENOMEM;
|
||||
--
|
||||
2.26.2
|
||||
|
65
0001-PCI-tegra-Revert-raw_violation_fixup-for-tegra124.patch
Normal file
65
0001-PCI-tegra-Revert-raw_violation_fixup-for-tegra124.patch
Normal file
@ -0,0 +1,65 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Nicolas Chauvet <kwizart@gmail.com>
|
||||
Date: Mon, 20 Apr 2020 18:43:04 +0200
|
||||
Subject: [PATCH] PCI: tegra: Revert raw_violation_fixup for tegra124
|
||||
|
||||
As reported in https://bugzilla.kernel.org/206217 , raw_violation_fixup
|
||||
is causing more harm than good in some common use-cases.
|
||||
|
||||
This patch as RFC is a partial revert of the 191cd6fb5 commit:
|
||||
"PCI: tegra: Add SW fixup for RAW violations"
|
||||
that was first introduced in 5.3 kernel.
|
||||
This fix the following regression since then.
|
||||
|
||||
When using both the network NIC and I/O on MMC this can lead to the
|
||||
following message on jetson-tk1:
|
||||
|
||||
NETDEV WATCHDOG: enp1s0 (r8169): transmit queue 0 timed out
|
||||
|
||||
and
|
||||
|
||||
pcieport 0000:00:02.0: AER: Uncorrected (Non-Fatal) error received: 0000:01:00.0
|
||||
r8169 0000:01:00.0: AER: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Requester ID)
|
||||
r8169 0000:01:00.0: AER: device [10ec:8168] error status/mask=00004000/00400000
|
||||
r8169 0000:01:00.0: AER: [14] CmpltTO (First)
|
||||
r8169 0000:01:00.0: AER: can't recover (no error_detected callback)
|
||||
pcieport 0000:00:02.0: AER: device recovery failed
|
||||
|
||||
After that, the ethernet NIC isn't functional anymore even after reloading
|
||||
the module.
|
||||
After a reboot, this is reproducible by copying a large file over the
|
||||
ethernet NIC to the MMC.
|
||||
For some reasons this cannot be reproduced when the same file is copied
|
||||
to a tmpfs.
|
||||
|
||||
This patch is RFC because it requires more understanding from Nvidia.
|
||||
- Is the fixup (available in l4t downstrem) still needed for upstream ?
|
||||
- Is there a need to update the fixup values for upstream ?
|
||||
- If the fixup is reverted, does the hw bug can still be seen with
|
||||
upstream ?
|
||||
|
||||
Others can also provides more understanding:
|
||||
- Conditions to reproduce the bug (or not)...
|
||||
|
||||
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
|
||||
Reviewed-by: Manikanta Maddireddy <mmaddireddy@nvidia.com>
|
||||
---
|
||||
drivers/pci/controller/pci-tegra.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/drivers/pci/controller/pci-tegra.c b/drivers/pci/controller/pci-tegra.c
|
||||
index 235b456698fc..d5a4a167ffa1 100644
|
||||
--- a/drivers/pci/controller/pci-tegra.c
|
||||
+++ b/drivers/pci/controller/pci-tegra.c
|
||||
@@ -2470,7 +2470,7 @@ static const struct tegra_pcie_soc tegra124_pcie = {
|
||||
.program_uphy = true,
|
||||
.update_clamp_threshold = true,
|
||||
.program_deskew_time = false,
|
||||
- .raw_violation_fixup = true,
|
||||
+ .raw_violation_fixup = false,
|
||||
.update_fc_timer = false,
|
||||
.has_cache_bars = false,
|
||||
.ectl.enable = false,
|
||||
--
|
||||
2.26.2
|
||||
|
@ -1,72 +0,0 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
|
||||
Date: Tue, 10 Mar 2020 13:52:42 +0100
|
||||
Subject: [PATCH] USB: pci-quirks: Add Raspberry Pi 4 quirk
|
||||
|
||||
On the Raspberry Pi 4, after a PCI reset, VL805's firmware may either be
|
||||
loaded directly from an EEPROM or, if not present, by the SoC's
|
||||
VideCore. Inform VideCore that VL805 was just reset.
|
||||
|
||||
Also, as this creates a dependency between XHCI_PCI and VideoCore's
|
||||
firmware interface, reflect that on the firmware interface Kconfg.
|
||||
|
||||
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
|
||||
---
|
||||
drivers/firmware/Kconfig | 1 +
|
||||
drivers/usb/host/pci-quirks.c | 16 ++++++++++++++++
|
||||
2 files changed, 17 insertions(+)
|
||||
|
||||
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
|
||||
index 4843e94713a4..47aa3a5d23a0 100644
|
||||
--- a/drivers/firmware/Kconfig
|
||||
+++ b/drivers/firmware/Kconfig
|
||||
@@ -180,6 +180,7 @@ config ISCSI_IBFT
|
||||
config RASPBERRYPI_FIRMWARE
|
||||
tristate "Raspberry Pi Firmware Driver"
|
||||
depends on BCM2835_MBOX
|
||||
+ default XHCI_PCI
|
||||
help
|
||||
This option enables support for communicating with the firmware on the
|
||||
Raspberry Pi.
|
||||
diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c
|
||||
index beb2efa71341..0dc34668bb2a 100644
|
||||
--- a/drivers/usb/host/pci-quirks.c
|
||||
+++ b/drivers/usb/host/pci-quirks.c
|
||||
@@ -16,6 +16,9 @@
|
||||
#include <linux/export.h>
|
||||
#include <linux/acpi.h>
|
||||
#include <linux/dmi.h>
|
||||
+
|
||||
+#include <soc/bcm2835/raspberrypi-firmware.h>
|
||||
+
|
||||
#include "pci-quirks.h"
|
||||
#include "xhci-ext-caps.h"
|
||||
|
||||
@@ -1243,11 +1246,24 @@ static void quirk_usb_handoff_xhci(struct pci_dev *pdev)
|
||||
|
||||
static void quirk_usb_early_handoff(struct pci_dev *pdev)
|
||||
{
|
||||
+ int ret;
|
||||
+
|
||||
/* Skip Netlogic mips SoC's internal PCI USB controller.
|
||||
* This device does not need/support EHCI/OHCI handoff
|
||||
*/
|
||||
if (pdev->vendor == 0x184e) /* vendor Netlogic */
|
||||
return;
|
||||
+
|
||||
+ if (pdev->vendor == PCI_VENDOR_ID_VIA && pdev->device == 0x3483) {
|
||||
+ ret = rpi_firmware_init_vl805(pdev);
|
||||
+ if (ret) {
|
||||
+ /* Firmware might be outdated, or something failed */
|
||||
+ dev_warn(&pdev->dev,
|
||||
+ "Failed to load VL805's firmware: %d. Will continue to attempt to work, but bad things might happen. You should fix this...\n",
|
||||
+ ret);
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
if (pdev->class != PCI_CLASS_SERIAL_USB_UHCI &&
|
||||
pdev->class != PCI_CLASS_SERIAL_USB_OHCI &&
|
||||
pdev->class != PCI_CLASS_SERIAL_USB_EHCI &&
|
||||
--
|
||||
2.26.2
|
||||
|
@ -36,7 +36,7 @@ Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
|
||||
1 file changed, 24 insertions(+)
|
||||
|
||||
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
|
||||
index ca9ed5774eb1..bd0cee4236b0 100644
|
||||
index 812bfc32ecb8..e09fec76c320 100644
|
||||
--- a/drivers/pci/quirks.c
|
||||
+++ b/drivers/pci/quirks.c
|
||||
@@ -4183,6 +4183,30 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_BROADCOM, 0x9000,
|
||||
|
@ -27,7 +27,7 @@ Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c
|
||||
index 83a60b0a8cd8..9efb63c83234 100644
|
||||
index a308e86a97f1..4d84f95a50ce 100644
|
||||
--- a/drivers/scsi/aacraid/linit.c
|
||||
+++ b/drivers/scsi/aacraid/linit.c
|
||||
@@ -78,6 +78,7 @@ char aac_driver_version[] = AAC_DRIVER_FULL_VERSION;
|
||||
|
@ -77,10 +77,10 @@ index da6510af1221..2ec02cbfda72 100644
|
||||
struct pci_driver *drv;
|
||||
struct pci_dev *dev;
|
||||
diff --git a/include/linux/pci.h b/include/linux/pci.h
|
||||
index 83ce1cdf5676..88397dd562d9 100644
|
||||
index f020eae17126..f7dc569f150d 100644
|
||||
--- a/include/linux/pci.h
|
||||
+++ b/include/linux/pci.h
|
||||
@@ -1397,6 +1397,10 @@ int pci_add_dynid(struct pci_driver *drv,
|
||||
@@ -1406,6 +1406,10 @@ int pci_add_dynid(struct pci_driver *drv,
|
||||
unsigned long driver_data);
|
||||
const struct pci_device_id *pci_match_id(const struct pci_device_id *ids,
|
||||
struct pci_dev *dev);
|
||||
|
@ -34,10 +34,10 @@ Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
|
||||
4 files changed, 30 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
|
||||
index 89386f6f3ab6..f7ee70888a60 100644
|
||||
index f3eeecbb3f63..1708658fae27 100644
|
||||
--- a/Documentation/admin-guide/kernel-parameters.txt
|
||||
+++ b/Documentation/admin-guide/kernel-parameters.txt
|
||||
@@ -5228,6 +5228,14 @@
|
||||
@@ -5233,6 +5233,14 @@
|
||||
unknown_nmi_panic
|
||||
[X86] Cause panic on unknown NMI.
|
||||
|
||||
|
@ -1,110 +0,0 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
|
||||
Date: Tue, 10 Mar 2020 13:52:40 +0100
|
||||
Subject: [PATCH] firmware: raspberrypi: Introduce vl805 init routine
|
||||
|
||||
On the Raspberry Pi 4, after a PCI reset, VL805's firmware may either be
|
||||
loaded directly from an EEPROM or, if not present, by the SoC's
|
||||
VideCore. The function informs VideCore that VL805 was just reset, or
|
||||
requests for a probe defer.
|
||||
|
||||
Based on Tim Gover's downstream implementation.
|
||||
|
||||
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
|
||||
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
|
||||
---
|
||||
drivers/firmware/raspberrypi.c | 38 ++++++++++++++++++++++
|
||||
include/soc/bcm2835/raspberrypi-firmware.h | 7 ++++
|
||||
2 files changed, 45 insertions(+)
|
||||
|
||||
diff --git a/drivers/firmware/raspberrypi.c b/drivers/firmware/raspberrypi.c
|
||||
index a3e85186f8e6..89a50f65d498 100644
|
||||
--- a/drivers/firmware/raspberrypi.c
|
||||
+++ b/drivers/firmware/raspberrypi.c
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <linux/of_platform.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/slab.h>
|
||||
+#include <linux/pci.h>
|
||||
#include <soc/bcm2835/raspberrypi-firmware.h>
|
||||
|
||||
#define MBOX_MSG(chan, data28) (((data28) & ~0xf) | ((chan) & 0xf))
|
||||
@@ -280,6 +281,43 @@ struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node)
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(rpi_firmware_get);
|
||||
|
||||
+/*
|
||||
+ * On the Raspberry Pi 4, after a PCI reset, VL805's firmware may either be
|
||||
+ * loaded directly from an EEPROM or, if not present, by the SoC's VideCore.
|
||||
+ * Inform VideCore that VL805 was just reset, or defer xhci's probe if not yet
|
||||
+ * joinable trough the mailbox interface.
|
||||
+ */
|
||||
+int rpi_firmware_init_vl805(struct pci_dev *pdev)
|
||||
+{
|
||||
+ struct device_node *fw_np;
|
||||
+ struct rpi_firmware *fw;
|
||||
+ u32 dev_addr;
|
||||
+ int ret;
|
||||
+
|
||||
+ fw_np = of_find_compatible_node(NULL, NULL,
|
||||
+ "raspberrypi,bcm2835-firmware");
|
||||
+ if (!fw_np)
|
||||
+ return 0;
|
||||
+
|
||||
+ fw = rpi_firmware_get(fw_np);
|
||||
+ of_node_put(fw_np);
|
||||
+ if (!fw)
|
||||
+ return -EPROBE_DEFER;
|
||||
+
|
||||
+ dev_addr = pdev->bus->number << 20 | PCI_SLOT(pdev->devfn) << 15 |
|
||||
+ PCI_FUNC(pdev->devfn) << 12;
|
||||
+
|
||||
+ ret = rpi_firmware_property(fw, RPI_FIRMWARE_NOTIFY_XHCI_RESET,
|
||||
+ &dev_addr, sizeof(dev_addr));
|
||||
+ if (ret)
|
||||
+ return ret;
|
||||
+
|
||||
+ dev_dbg(&pdev->dev, "loaded Raspberry Pi's VL805 firmware\n");
|
||||
+
|
||||
+ return 0;
|
||||
+}
|
||||
+EXPORT_SYMBOL_GPL(rpi_firmware_init_vl805);
|
||||
+
|
||||
static const struct of_device_id rpi_firmware_of_match[] = {
|
||||
{ .compatible = "raspberrypi,bcm2835-firmware", },
|
||||
{},
|
||||
diff --git a/include/soc/bcm2835/raspberrypi-firmware.h b/include/soc/bcm2835/raspberrypi-firmware.h
|
||||
index cc9cdbc66403..3025aca3c358 100644
|
||||
--- a/include/soc/bcm2835/raspberrypi-firmware.h
|
||||
+++ b/include/soc/bcm2835/raspberrypi-firmware.h
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <linux/of_device.h>
|
||||
|
||||
struct rpi_firmware;
|
||||
+struct pci_dev;
|
||||
|
||||
enum rpi_firmware_property_status {
|
||||
RPI_FIRMWARE_STATUS_REQUEST = 0,
|
||||
@@ -141,6 +142,7 @@ int rpi_firmware_property(struct rpi_firmware *fw,
|
||||
int rpi_firmware_property_list(struct rpi_firmware *fw,
|
||||
void *data, size_t tag_size);
|
||||
struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node);
|
||||
+int rpi_firmware_init_vl805(struct pci_dev *pdev);
|
||||
#else
|
||||
static inline int rpi_firmware_property(struct rpi_firmware *fw, u32 tag,
|
||||
void *data, size_t len)
|
||||
@@ -158,6 +160,11 @@ static inline struct rpi_firmware *rpi_firmware_get(struct device_node *firmware
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
+
|
||||
+static inline int rpi_firmware_init_vl805(struct pci_dev *pdev)
|
||||
+{
|
||||
+ return 0;
|
||||
+}
|
||||
#endif
|
||||
|
||||
#endif /* __SOC_RASPBERRY_FIRMWARE_H__ */
|
||||
--
|
||||
2.26.2
|
||||
|
@ -84,18 +84,18 @@ index bbf7029e224b..cf7faa970dd6 100644
|
||||
dmi_decode_ipmi((const struct dmi_header *) dev->device_data);
|
||||
|
||||
diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c
|
||||
index c48d8f086382..0fc980a87ed0 100644
|
||||
index e1b22fe0916c..894eda427214 100644
|
||||
--- a/drivers/char/ipmi/ipmi_msghandler.c
|
||||
+++ b/drivers/char/ipmi/ipmi_msghandler.c
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <linux/workqueue.h>
|
||||
@@ -34,6 +34,7 @@
|
||||
#include <linux/uuid.h>
|
||||
#include <linux/nospec.h>
|
||||
#include <linux/vmalloc.h>
|
||||
+#include <linux/dmi.h>
|
||||
|
||||
#define IPMI_DRIVER_VERSION "39.2"
|
||||
|
||||
@@ -5154,8 +5155,21 @@ static int __init ipmi_init_msghandler_mod(void)
|
||||
@@ -5155,8 +5156,21 @@ static int __init ipmi_init_msghandler_mod(void)
|
||||
{
|
||||
int rv;
|
||||
|
||||
|
@ -23,7 +23,7 @@ Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c
|
||||
index babe85d7b537..9b4df28defd2 100644
|
||||
index 00668335c2af..219f95ab56f8 100644
|
||||
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
|
||||
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
|
||||
@@ -133,6 +133,7 @@ static void megasas_get_pd_info(struct megasas_instance *instance,
|
||||
|
@ -94,7 +94,7 @@ index 2e6670860d27..8c35a5db7d7e 100644
|
||||
|
||||
/* Exported symbols */
|
||||
diff --git a/kernel/module.c b/kernel/module.c
|
||||
index bca993c5f1bc..63518d49c823 100644
|
||||
index ef400c389f49..4a7cb21d7e74 100644
|
||||
--- a/kernel/module.c
|
||||
+++ b/kernel/module.c
|
||||
@@ -802,6 +802,7 @@ static struct module_attribute modinfo_##field = { \
|
||||
@ -114,7 +114,7 @@ index bca993c5f1bc..63518d49c823 100644
|
||||
&modinfo_coresize,
|
||||
&modinfo_initsize,
|
||||
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
|
||||
index 9a98af90e625..9e46ba4a3f25 100644
|
||||
index 6aea65c65745..ed3c4d8a1c7f 100644
|
||||
--- a/scripts/mod/modpost.c
|
||||
+++ b/scripts/mod/modpost.c
|
||||
@@ -21,6 +21,7 @@
|
||||
@ -125,7 +125,7 @@ index 9a98af90e625..9e46ba4a3f25 100644
|
||||
|
||||
/* Are we using CONFIG_MODVERSIONS? */
|
||||
static int modversions = 0;
|
||||
@@ -2382,6 +2383,12 @@ static void add_srcversion(struct buffer *b, struct module *mod)
|
||||
@@ -2384,6 +2385,12 @@ static void write_buf(struct buffer *b, const char *fname)
|
||||
}
|
||||
}
|
||||
|
||||
@ -138,7 +138,7 @@ index 9a98af90e625..9e46ba4a3f25 100644
|
||||
static void write_if_changed(struct buffer *b, const char *fname)
|
||||
{
|
||||
char *tmp;
|
||||
@@ -2645,6 +2652,7 @@ int main(int argc, char **argv)
|
||||
@@ -2636,6 +2643,7 @@ int main(int argc, char **argv)
|
||||
add_depends(&buf, mod);
|
||||
add_moddevtable(&buf, mod);
|
||||
add_srcversion(&buf, mod);
|
||||
|
@ -35,10 +35,10 @@ Signed-off-by: Jeremy Cline <jcline@redhat.com>
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/drivers/scsi/mpt3sas/mpt3sas_scsih.c b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
|
||||
index 04a40afe60e3..cec7799dc23f 100644
|
||||
index 08fc4b381056..1305a2b72536 100644
|
||||
--- a/drivers/scsi/mpt3sas/mpt3sas_scsih.c
|
||||
+++ b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
|
||||
@@ -11031,6 +11031,7 @@ bool scsih_ncq_prio_supp(struct scsi_device *sdev)
|
||||
@@ -11033,6 +11033,7 @@ bool scsih_ncq_prio_supp(struct scsi_device *sdev)
|
||||
* The pci device ids are defined in mpi/mpi2_cnfg.h.
|
||||
*/
|
||||
static const struct pci_device_id mpt3sas_pci_table[] = {
|
||||
@ -46,7 +46,7 @@ index 04a40afe60e3..cec7799dc23f 100644
|
||||
/* Spitfire ~ 2004 */
|
||||
{ MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2004,
|
||||
PCI_ANY_ID, PCI_ANY_ID },
|
||||
@@ -11049,6 +11050,7 @@ static const struct pci_device_id mpt3sas_pci_table[] = {
|
||||
@@ -11051,6 +11052,7 @@ static const struct pci_device_id mpt3sas_pci_table[] = {
|
||||
PCI_ANY_ID, PCI_ANY_ID },
|
||||
{ MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2116_2,
|
||||
PCI_ANY_ID, PCI_ANY_ID },
|
||||
@ -54,7 +54,7 @@ index 04a40afe60e3..cec7799dc23f 100644
|
||||
/* Thunderbolt ~ 2208 */
|
||||
{ MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2208_1,
|
||||
PCI_ANY_ID, PCI_ANY_ID },
|
||||
@@ -11073,9 +11075,11 @@ static const struct pci_device_id mpt3sas_pci_table[] = {
|
||||
@@ -11075,9 +11077,11 @@ static const struct pci_device_id mpt3sas_pci_table[] = {
|
||||
PCI_ANY_ID, PCI_ANY_ID },
|
||||
{ MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SWITCH_MPI_EP_1,
|
||||
PCI_ANY_ID, PCI_ANY_ID },
|
||||
|
@ -59,10 +59,10 @@ Acked-by: Prarit Bhargava <prarit@redhat.com>
|
||||
1 file changed, 7 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index a7bc91cbac8f..cee5c5cda7fc 100644
|
||||
index 839f9fee22cb..d4d2a5c5d003 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1196,7 +1196,13 @@ endef
|
||||
@@ -1230,7 +1230,13 @@ endef
|
||||
define filechk_version.h
|
||||
echo \#define LINUX_VERSION_CODE $(shell \
|
||||
expr $(VERSION) \* 65536 + 0$(PATCHLEVEL) \* 256 + 0$(SUBLEVEL)); \
|
||||
|
@ -44,10 +44,10 @@ Note: Simplified backport to just pci-ids
|
||||
1 file changed, 6 insertions(+)
|
||||
|
||||
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
|
||||
index 1d9a4866f9a7..e988251d6eef 100644
|
||||
index e92fad99338c..8dae589e7e50 100644
|
||||
--- a/drivers/scsi/qla2xxx/qla_os.c
|
||||
+++ b/drivers/scsi/qla2xxx/qla_os.c
|
||||
@@ -7758,6 +7758,7 @@ static const struct pci_error_handlers qla2xxx_err_handler = {
|
||||
@@ -7766,6 +7766,7 @@ static const struct pci_error_handlers qla2xxx_err_handler = {
|
||||
};
|
||||
|
||||
static struct pci_device_id qla2xxx_pci_tbl[] = {
|
||||
@ -55,7 +55,7 @@ index 1d9a4866f9a7..e988251d6eef 100644
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2100) },
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2200) },
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2300) },
|
||||
@@ -7770,13 +7771,18 @@ static struct pci_device_id qla2xxx_pci_tbl[] = {
|
||||
@@ -7778,13 +7779,18 @@ static struct pci_device_id qla2xxx_pci_tbl[] = {
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8432) },
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5422) },
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5432) },
|
||||
|
@ -32,7 +32,7 @@ Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
|
||||
index 5504ab11decc..e83771818767 100644
|
||||
index 5dc697ce8b5d..15f4bedc3a78 100644
|
||||
--- a/drivers/scsi/qla4xxx/ql4_os.c
|
||||
+++ b/drivers/scsi/qla4xxx/ql4_os.c
|
||||
@@ -9842,6 +9842,7 @@ static struct pci_device_id qla4xxx_pci_tbl[] = {
|
||||
|
@ -82,10 +82,10 @@ index 87cbdc64d272..18555cf18da7 100644
|
||||
|
||||
static int __init lockdown_lsm_init(void)
|
||||
diff --git a/security/security.c b/security/security.c
|
||||
index 11c1a7da4fd1..78cdd36bb5e7 100644
|
||||
index 545243fae4a6..3abc2e580c4e 100644
|
||||
--- a/security/security.c
|
||||
+++ b/security/security.c
|
||||
@@ -2473,6 +2473,12 @@ int security_locked_down(enum lockdown_reason what)
|
||||
@@ -2478,6 +2478,12 @@ int security_locked_down(enum lockdown_reason what)
|
||||
}
|
||||
EXPORT_SYMBOL(security_locked_down);
|
||||
|
||||
|
@ -1,32 +0,0 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
|
||||
Date: Tue, 10 Mar 2020 13:52:39 +0100
|
||||
Subject: [PATCH] soc: bcm2835: Sync xHCI reset firmware property with
|
||||
downstream
|
||||
|
||||
The property is needed in order to trigger VL805's firmware load. Note
|
||||
that there is a gap between the property introduced and the previous
|
||||
one. This is also the case downstream.
|
||||
|
||||
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
|
||||
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
|
||||
---
|
||||
include/soc/bcm2835/raspberrypi-firmware.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/include/soc/bcm2835/raspberrypi-firmware.h b/include/soc/bcm2835/raspberrypi-firmware.h
|
||||
index 7800e12ee042..cc9cdbc66403 100644
|
||||
--- a/include/soc/bcm2835/raspberrypi-firmware.h
|
||||
+++ b/include/soc/bcm2835/raspberrypi-firmware.h
|
||||
@@ -90,7 +90,7 @@ enum rpi_firmware_property_tag {
|
||||
RPI_FIRMWARE_SET_PERIPH_REG = 0x00038045,
|
||||
RPI_FIRMWARE_GET_POE_HAT_VAL = 0x00030049,
|
||||
RPI_FIRMWARE_SET_POE_HAT_VAL = 0x00030050,
|
||||
-
|
||||
+ RPI_FIRMWARE_NOTIFY_XHCI_RESET = 0x00030058,
|
||||
|
||||
/* Dispmanx TAGS */
|
||||
RPI_FIRMWARE_FRAMEBUFFER_ALLOCATE = 0x00040001,
|
||||
--
|
||||
2.26.2
|
||||
|
@ -62,10 +62,6 @@
|
||||
0001-KEYS-Make-use-of-platform-keyring-for-module-signatu.patch
|
||||
0001-mm-kmemleak-skip-late_init-if-not-skip-disable.patch
|
||||
0001-ARM-fix-__get_user_check-in-case-uaccess_-calls-are-.patch
|
||||
0001-soc-bcm2835-Sync-xHCI-reset-firmware-property-with-d.patch
|
||||
0001-firmware-raspberrypi-Introduce-vl805-init-routine.patch
|
||||
0001-PCI-brcmstb-Wait-for-Raspberry-Pi-s-firmware-when-pr.patch
|
||||
0001-USB-pci-quirks-Add-Raspberry-Pi-4-quirk.patch
|
||||
0001-dt-bindings-panel-add-binding-for-Xingbangda-XBD599-.patch
|
||||
0001-drm-panel-add-Xingbangda-XBD599-panel.patch
|
||||
0001-drm-sun4i-sun6i_mipi_dsi-fix-horizontal-timing-calcu.patch
|
||||
@ -80,3 +76,4 @@
|
||||
0001-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
|
||||
0001-virt-vbox-Add-a-few-new-vmmdev-request-types-to-the-.patch
|
||||
0001-virt-vbox-Log-unknown-ioctl-requests-as-error.patch
|
||||
0001-PCI-tegra-Revert-raw_violation_fixup-for-tegra124.patch
|
||||
|
@ -125,6 +125,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -133,6 +134,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -144,6 +146,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -462,6 +465,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -658,6 +662,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1371,6 +1377,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1487,6 +1494,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1497,6 +1505,7 @@ CONFIG_DMI=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -2158,6 +2167,7 @@ CONFIG_GP2AP002=m
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
# CONFIG_GPIO_AMDPT is not set
|
||||
@ -2683,6 +2693,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
CONFIG_INFINIBAND_QIB_DCA=y
|
||||
CONFIG_INFINIBAND_QIB=m
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2781,7 +2793,10 @@ CONFIG_INTEL_STRATIX10_SERVICE=m
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
CONFIG_INTERCONNECT=m
|
||||
CONFIG_INTERCONNECT_IMX8MM=m
|
||||
CONFIG_INTERCONNECT_IMX8MN=m
|
||||
CONFIG_INTERCONNECT_IMX8MQ=m
|
||||
CONFIG_INTERCONNECT_IMX=m
|
||||
CONFIG_INTERCONNECT_QCOM_MSM8916=m
|
||||
# CONFIG_INTERCONNECT_QCOM_MSM8974 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
|
||||
@ -2789,6 +2804,7 @@ CONFIG_INTERCONNECT_QCOM_OSM_L3=m
|
||||
CONFIG_INTERCONNECT_QCOM_SC7180=m
|
||||
CONFIG_INTERCONNECT_QCOM_SDM845=m
|
||||
CONFIG_INTERCONNECT_QCOM=y
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
CONFIG_INV_MPU6050_I2C=m
|
||||
CONFIG_INV_MPU6050_IIO=m
|
||||
@ -3385,6 +3401,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -4733,6 +4750,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
CONFIG_PHY_CADENCE_DPHY=m
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -4763,6 +4781,7 @@ CONFIG_PHY_MVEBU_SATA=y
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_APQ8064_SATA is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_IPQ806X_SATA is not set
|
||||
CONFIG_PHY_QCOM_PCIE2=m
|
||||
CONFIG_PHY_QCOM_QMP=m
|
||||
@ -4772,6 +4791,7 @@ CONFIG_PHY_QCOM_UFS=m
|
||||
CONFIG_PHY_QCOM_USB_HS_28NM=m
|
||||
CONFIG_PHY_QCOM_USB_HSIC=m
|
||||
CONFIG_PHY_QCOM_USB_HS=m
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
CONFIG_PHY_QCOM_USB_SS=m
|
||||
CONFIG_PHY_ROCKCHIP_DPHY_RX0=m
|
||||
CONFIG_PHY_ROCKCHIP_DP=m
|
||||
@ -4807,6 +4827,7 @@ CONFIG_PINCTRL_CEDARFORK=m
|
||||
# CONFIG_PINCTRL_CHERRYVIEW is not set
|
||||
# CONFIG_PINCTRL_EQUILIBRIUM is not set
|
||||
# CONFIG_PINCTRL_GEMINILAKE is not set
|
||||
# CONFIG_PINCTRL_IMX8DXL is not set
|
||||
CONFIG_PINCTRL_IMX8MM=y
|
||||
CONFIG_PINCTRL_IMX8MN=y
|
||||
# CONFIG_PINCTRL_IMX8MP is not set
|
||||
@ -4817,6 +4838,7 @@ CONFIG_PINCTRL_IMX8QXP=y
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8064 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
CONFIG_PINCTRL_MAX77620=y
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
@ -4849,6 +4871,7 @@ CONFIG_PINCTRL_RK805=m
|
||||
CONFIG_PINCTRL_SDM845=y
|
||||
CONFIG_PINCTRL_SINGLE=y
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SUN4I_A10 is not set
|
||||
CONFIG_PINCTRL_SUN50I_A64_R=y
|
||||
@ -5927,6 +5950,7 @@ CONFIG_SERIAL_IMX_CONSOLE=y
|
||||
CONFIG_SERIAL_IMX=y
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_MESON_CONSOLE=y
|
||||
@ -6632,6 +6656,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWP_EMULATION=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -7018,6 +7043,7 @@ CONFIG_UNWINDER_ARM=y
|
||||
# CONFIG_UNWINDER_FRAME_POINTER is not set
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
# CONFIG_US5182D is not set
|
||||
CONFIG_USB4_NET=m
|
||||
CONFIG_USB4=y
|
||||
CONFIG_USB_ACM=m
|
||||
CONFIG_USB_ADUTUX=m
|
||||
@ -7397,6 +7423,7 @@ CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_MVEBU=m
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -7421,6 +7448,7 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -103,6 +103,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
# CONFIG_AD9467 is not set
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -110,6 +111,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_ADI_AXI_ADC is not set
|
||||
# CONFIG_ADIN_PHY is not set
|
||||
# CONFIG_ADIS16060 is not set
|
||||
# CONFIG_ADIS16080 is not set
|
||||
@ -122,6 +124,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
# CONFIG_ADIS16475 is not set
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -338,6 +341,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
# CONFIG_ATL2 is not set
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
CONFIG_ATM_BR2684=m
|
||||
@ -1033,6 +1037,7 @@ CONFIG_DEBUG_CREDENTIALS=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
# CONFIG_DEBUG_GPIO is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1145,6 +1150,7 @@ CONFIG_DM_CRYPT=m
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
# CONFIG_DM_DUST is not set
|
||||
# CONFIG_DM_EBS is not set
|
||||
CONFIG_DM_ERA=m
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1154,6 +1160,7 @@ CONFIG_DMI=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=m
|
||||
# CONFIG_DM_MULTIPATH_HST is not set
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1684,6 +1691,7 @@ CONFIG_GLOB=y
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
# CONFIG_GPIO_AGGREGATOR is not set
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
@ -1713,6 +1721,7 @@ CONFIG_GPIOLIB=y
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MLXBF is not set
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
# CONFIG_GPIO_PCA953X is not set
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCIE_IDIO_24 is not set
|
||||
@ -2133,6 +2142,8 @@ CONFIG_INFINIBAND_ON_DEMAND_PAGING=y
|
||||
CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
# CONFIG_INFINIBAND_RTRS_CLIENT is not set
|
||||
# CONFIG_INFINIBAND_RTRS_SERVER is not set
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2746,6 +2757,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
# CONFIG_MAX1241 is not set
|
||||
# CONFIG_MAX1363 is not set
|
||||
# CONFIG_MAX30100 is not set
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3870,6 +3882,7 @@ CONFIG_PHY_BCM_SR_USB=m
|
||||
CONFIG_PHY_BRCM_SATA=y
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
# CONFIG_PHY_CADENCE_DP is not set
|
||||
# CONFIG_PHY_CADENCE_SALVO is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -3888,6 +3901,7 @@ CONFIG_PHY_NS2_USB_DRD=y
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_APQ8064_SATA is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_IPQ806X_SATA is not set
|
||||
# CONFIG_PHY_QCOM_PCIE2 is not set
|
||||
# CONFIG_PHY_QCOM_QMP is not set
|
||||
@ -3896,6 +3910,7 @@ CONFIG_PHY_NS2_USB_DRD=y
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
CONFIG_PHY_XGENE=y
|
||||
@ -3914,6 +3929,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ8064 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
CONFIG_PINCTRL_IPROC_GPIO=y
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MDM9615 is not set
|
||||
@ -3935,6 +3951,7 @@ CONFIG_PINCTRL_QDF2XXX=y
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
# CONFIG_PINCTRL_SINGLE is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SX150X is not set
|
||||
CONFIG_PINCTRL=y
|
||||
@ -4794,6 +4811,7 @@ CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
# CONFIG_SERIAL_JSM is not set
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
# CONFIG_SERIAL_MSM is not set
|
||||
@ -5293,6 +5311,7 @@ CONFIG_SUNRPC_XPRT_RDMA=m
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_SX9310 is not set
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5887,6 +5906,7 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -5906,6 +5926,7 @@ CONFIG_UWB_WHCI=m
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
# CONFIG_VALIDATE_FS_PARSER is not set
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
# CONFIG_VCNL3020 is not set
|
||||
# CONFIG_VCNL4000 is not set
|
||||
# CONFIG_VCNL4035 is not set
|
||||
# CONFIG_VDPA is not set
|
||||
|
@ -125,6 +125,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -133,6 +134,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -144,6 +146,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -462,6 +465,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -658,6 +662,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1371,6 +1377,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1479,6 +1486,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1489,6 +1497,7 @@ CONFIG_DMI=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -2142,6 +2151,7 @@ CONFIG_GP2AP002=m
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
# CONFIG_GPIO_AMDPT is not set
|
||||
@ -2667,6 +2677,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
CONFIG_INFINIBAND_QIB_DCA=y
|
||||
CONFIG_INFINIBAND_QIB=m
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2765,7 +2777,10 @@ CONFIG_INTEL_STRATIX10_SERVICE=m
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
CONFIG_INTERCONNECT=m
|
||||
CONFIG_INTERCONNECT_IMX8MM=m
|
||||
CONFIG_INTERCONNECT_IMX8MN=m
|
||||
CONFIG_INTERCONNECT_IMX8MQ=m
|
||||
CONFIG_INTERCONNECT_IMX=m
|
||||
CONFIG_INTERCONNECT_QCOM_MSM8916=m
|
||||
# CONFIG_INTERCONNECT_QCOM_MSM8974 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
|
||||
@ -2773,6 +2788,7 @@ CONFIG_INTERCONNECT_QCOM_OSM_L3=m
|
||||
CONFIG_INTERCONNECT_QCOM_SC7180=m
|
||||
CONFIG_INTERCONNECT_QCOM_SDM845=m
|
||||
CONFIG_INTERCONNECT_QCOM=y
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
CONFIG_INV_MPU6050_I2C=m
|
||||
CONFIG_INV_MPU6050_IIO=m
|
||||
@ -3367,6 +3383,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -4714,6 +4731,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
CONFIG_PHY_CADENCE_DPHY=m
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -4744,6 +4762,7 @@ CONFIG_PHY_MVEBU_SATA=y
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_APQ8064_SATA is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_IPQ806X_SATA is not set
|
||||
CONFIG_PHY_QCOM_PCIE2=m
|
||||
CONFIG_PHY_QCOM_QMP=m
|
||||
@ -4753,6 +4772,7 @@ CONFIG_PHY_QCOM_UFS=m
|
||||
CONFIG_PHY_QCOM_USB_HS_28NM=m
|
||||
CONFIG_PHY_QCOM_USB_HSIC=m
|
||||
CONFIG_PHY_QCOM_USB_HS=m
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
CONFIG_PHY_QCOM_USB_SS=m
|
||||
CONFIG_PHY_ROCKCHIP_DPHY_RX0=m
|
||||
CONFIG_PHY_ROCKCHIP_DP=m
|
||||
@ -4788,6 +4808,7 @@ CONFIG_PINCTRL_CEDARFORK=m
|
||||
# CONFIG_PINCTRL_CHERRYVIEW is not set
|
||||
# CONFIG_PINCTRL_EQUILIBRIUM is not set
|
||||
# CONFIG_PINCTRL_GEMINILAKE is not set
|
||||
# CONFIG_PINCTRL_IMX8DXL is not set
|
||||
CONFIG_PINCTRL_IMX8MM=y
|
||||
CONFIG_PINCTRL_IMX8MN=y
|
||||
# CONFIG_PINCTRL_IMX8MP is not set
|
||||
@ -4798,6 +4819,7 @@ CONFIG_PINCTRL_IMX8QXP=y
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8064 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
CONFIG_PINCTRL_MAX77620=y
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
@ -4830,6 +4852,7 @@ CONFIG_PINCTRL_RK805=m
|
||||
CONFIG_PINCTRL_SDM845=y
|
||||
CONFIG_PINCTRL_SINGLE=y
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SUN4I_A10 is not set
|
||||
CONFIG_PINCTRL_SUN50I_A64_R=y
|
||||
@ -5908,6 +5931,7 @@ CONFIG_SERIAL_IMX_CONSOLE=y
|
||||
CONFIG_SERIAL_IMX=y
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_MESON_CONSOLE=y
|
||||
@ -6611,6 +6635,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWP_EMULATION=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -6997,6 +7022,7 @@ CONFIG_UNWINDER_ARM=y
|
||||
# CONFIG_UNWINDER_FRAME_POINTER is not set
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
# CONFIG_US5182D is not set
|
||||
CONFIG_USB4_NET=m
|
||||
CONFIG_USB4=y
|
||||
CONFIG_USB_ACM=m
|
||||
CONFIG_USB_ADUTUX=m
|
||||
@ -7376,6 +7402,7 @@ CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_MVEBU=m
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -7400,6 +7427,7 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -103,6 +103,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
# CONFIG_AD9467 is not set
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -110,6 +111,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_ADI_AXI_ADC is not set
|
||||
# CONFIG_ADIN_PHY is not set
|
||||
# CONFIG_ADIS16060 is not set
|
||||
# CONFIG_ADIS16080 is not set
|
||||
@ -122,6 +124,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
# CONFIG_ADIS16475 is not set
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -338,6 +341,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
# CONFIG_ATL2 is not set
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
CONFIG_ATM_BR2684=m
|
||||
@ -1033,6 +1037,7 @@ CONFIG_DCB=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
# CONFIG_DEBUG_GPIO is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1137,6 +1142,7 @@ CONFIG_DM_CRYPT=m
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
# CONFIG_DM_DUST is not set
|
||||
# CONFIG_DM_EBS is not set
|
||||
CONFIG_DM_ERA=m
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1146,6 +1152,7 @@ CONFIG_DMI=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=m
|
||||
# CONFIG_DM_MULTIPATH_HST is not set
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1668,6 +1675,7 @@ CONFIG_GLOB=y
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
# CONFIG_GPIO_AGGREGATOR is not set
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
@ -1697,6 +1705,7 @@ CONFIG_GPIOLIB=y
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MLXBF is not set
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
# CONFIG_GPIO_PCA953X is not set
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCIE_IDIO_24 is not set
|
||||
@ -2117,6 +2126,8 @@ CONFIG_INFINIBAND_ON_DEMAND_PAGING=y
|
||||
CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
# CONFIG_INFINIBAND_RTRS_CLIENT is not set
|
||||
# CONFIG_INFINIBAND_RTRS_SERVER is not set
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2729,6 +2740,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
# CONFIG_MAX1241 is not set
|
||||
# CONFIG_MAX1363 is not set
|
||||
# CONFIG_MAX30100 is not set
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3852,6 +3864,7 @@ CONFIG_PHY_BCM_SR_USB=m
|
||||
CONFIG_PHY_BRCM_SATA=y
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
# CONFIG_PHY_CADENCE_DP is not set
|
||||
# CONFIG_PHY_CADENCE_SALVO is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -3870,6 +3883,7 @@ CONFIG_PHY_NS2_USB_DRD=y
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_APQ8064_SATA is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_IPQ806X_SATA is not set
|
||||
# CONFIG_PHY_QCOM_PCIE2 is not set
|
||||
# CONFIG_PHY_QCOM_QMP is not set
|
||||
@ -3878,6 +3892,7 @@ CONFIG_PHY_NS2_USB_DRD=y
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
CONFIG_PHY_XGENE=y
|
||||
@ -3896,6 +3911,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ8064 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
CONFIG_PINCTRL_IPROC_GPIO=y
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MDM9615 is not set
|
||||
@ -3917,6 +3933,7 @@ CONFIG_PINCTRL_QDF2XXX=y
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
# CONFIG_PINCTRL_SINGLE is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SX150X is not set
|
||||
CONFIG_PINCTRL=y
|
||||
@ -4776,6 +4793,7 @@ CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
# CONFIG_SERIAL_JSM is not set
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
# CONFIG_SERIAL_MSM is not set
|
||||
@ -5273,6 +5291,7 @@ CONFIG_SUNRPC_XPRT_RDMA=m
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_SX9310 is not set
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5866,6 +5885,7 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -5885,6 +5905,7 @@ CONFIG_UWB_WHCI=m
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
# CONFIG_VALIDATE_FS_PARSER is not set
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
# CONFIG_VCNL3020 is not set
|
||||
# CONFIG_VCNL4000 is not set
|
||||
# CONFIG_VCNL4035 is not set
|
||||
# CONFIG_VDPA is not set
|
||||
|
@ -95,6 +95,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -103,6 +104,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -114,6 +116,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -459,6 +462,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -664,6 +668,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1365,6 +1371,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1487,6 +1494,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1497,6 +1505,7 @@ CONFIG_DMI=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -2181,6 +2190,7 @@ CONFIG_GPIO_74X164=m
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
# CONFIG_GPIO_AMDPT is not set
|
||||
@ -2707,6 +2717,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB_DCA is not set
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
# CONFIG_INFINIBAND_RDMAVT is not set
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
# CONFIG_INFINIBAND_SRP is not set
|
||||
# CONFIG_INFINIBAND_SRPT is not set
|
||||
# CONFIG_INFINIBAND_USER_ACCESS is not set
|
||||
@ -2816,12 +2828,17 @@ CONFIG_INTEL_STRATIX10_SERVICE=m
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT_IMX8MM=m
|
||||
CONFIG_INTERCONNECT_IMX8MN=m
|
||||
CONFIG_INTERCONNECT_IMX8MQ=m
|
||||
CONFIG_INTERCONNECT_IMX=m
|
||||
CONFIG_INTERCONNECT_QCOM_MSM8916=m
|
||||
# CONFIG_INTERCONNECT_QCOM_MSM8974 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
|
||||
# CONFIG_INTERCONNECT_QCOM_QCS404 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_SC7180=m
|
||||
CONFIG_INTERCONNECT_QCOM=y
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
CONFIG_INV_MPU6050_I2C=m
|
||||
CONFIG_INV_MPU6050_IIO=m
|
||||
@ -3447,6 +3464,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -4827,6 +4845,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
CONFIG_PHY_CADENCE_DPHY=m
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -4861,6 +4880,7 @@ CONFIG_PHY_MVEBU_SATA=y
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
CONFIG_PHY_PXA_USB=m
|
||||
CONFIG_PHY_QCOM_APQ8064_SATA=m
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_IPQ806X_SATA is not set
|
||||
# CONFIG_PHY_QCOM_PCIE2 is not set
|
||||
CONFIG_PHY_QCOM_QMP=m
|
||||
@ -4870,6 +4890,7 @@ CONFIG_PHY_QCOM_UFS=m
|
||||
CONFIG_PHY_QCOM_USB_HS_28NM=m
|
||||
CONFIG_PHY_QCOM_USB_HSIC=m
|
||||
CONFIG_PHY_QCOM_USB_HS=m
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
CONFIG_PHY_QCOM_USB_SS=m
|
||||
CONFIG_PHY_ROCKCHIP_DPHY_RX0=m
|
||||
CONFIG_PHY_ROCKCHIP_DP=m
|
||||
@ -4910,6 +4931,7 @@ CONFIG_PINCTRL_DOVE=y
|
||||
# CONFIG_PINCTRL_EQUILIBRIUM is not set
|
||||
# CONFIG_PINCTRL_GEMINILAKE is not set
|
||||
CONFIG_PINCTRL_IMX6SL=y
|
||||
# CONFIG_PINCTRL_IMX8DXL is not set
|
||||
CONFIG_PINCTRL_IMX8MM=y
|
||||
CONFIG_PINCTRL_IMX8MN=y
|
||||
# CONFIG_PINCTRL_IMX8MP is not set
|
||||
@ -4918,6 +4940,7 @@ CONFIG_PINCTRL_IMX8MQ=y
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8064 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MDM9615 is not set
|
||||
@ -4944,6 +4967,7 @@ CONFIG_PINCTRL_SAMSUNG=y
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
CONFIG_PINCTRL_SINGLE=y
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
CONFIG_PINCTRL_SUN4I_A10=y
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -6066,6 +6090,7 @@ CONFIG_SERIAL_IMX_CONSOLE=y
|
||||
CONFIG_SERIAL_IMX=y
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_MESON_CONSOLE=y
|
||||
@ -6862,6 +6887,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWP_EMULATE=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -7270,6 +7296,7 @@ CONFIG_UNWINDER_ARM=y
|
||||
# CONFIG_UNWINDER_FRAME_POINTER is not set
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
# CONFIG_US5182D is not set
|
||||
CONFIG_USB4_NET=m
|
||||
CONFIG_USB4=y
|
||||
CONFIG_USB_ACM=m
|
||||
CONFIG_USB_ADUTUX=m
|
||||
@ -7665,6 +7692,7 @@ CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_MVEBU=m
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -7690,6 +7718,7 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -95,6 +95,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -103,6 +104,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -114,6 +116,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -459,6 +462,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -664,6 +668,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1365,6 +1371,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1480,6 +1487,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1490,6 +1498,7 @@ CONFIG_DMI=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -2166,6 +2175,7 @@ CONFIG_GPIO_74X164=m
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
# CONFIG_GPIO_AMDPT is not set
|
||||
@ -2692,6 +2702,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB_DCA is not set
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
# CONFIG_INFINIBAND_RDMAVT is not set
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
# CONFIG_INFINIBAND_SRP is not set
|
||||
# CONFIG_INFINIBAND_SRPT is not set
|
||||
# CONFIG_INFINIBAND_USER_ACCESS is not set
|
||||
@ -2801,12 +2813,17 @@ CONFIG_INTEL_STRATIX10_SERVICE=m
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT_IMX8MM=m
|
||||
CONFIG_INTERCONNECT_IMX8MN=m
|
||||
CONFIG_INTERCONNECT_IMX8MQ=m
|
||||
CONFIG_INTERCONNECT_IMX=m
|
||||
CONFIG_INTERCONNECT_QCOM_MSM8916=m
|
||||
# CONFIG_INTERCONNECT_QCOM_MSM8974 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
|
||||
# CONFIG_INTERCONNECT_QCOM_QCS404 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_SC7180=m
|
||||
CONFIG_INTERCONNECT_QCOM=y
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
CONFIG_INV_MPU6050_I2C=m
|
||||
CONFIG_INV_MPU6050_IIO=m
|
||||
@ -3430,6 +3447,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -4809,6 +4827,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
CONFIG_PHY_CADENCE_DPHY=m
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -4843,6 +4862,7 @@ CONFIG_PHY_MVEBU_SATA=y
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
CONFIG_PHY_PXA_USB=m
|
||||
CONFIG_PHY_QCOM_APQ8064_SATA=m
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_IPQ806X_SATA is not set
|
||||
# CONFIG_PHY_QCOM_PCIE2 is not set
|
||||
CONFIG_PHY_QCOM_QMP=m
|
||||
@ -4852,6 +4872,7 @@ CONFIG_PHY_QCOM_UFS=m
|
||||
CONFIG_PHY_QCOM_USB_HS_28NM=m
|
||||
CONFIG_PHY_QCOM_USB_HSIC=m
|
||||
CONFIG_PHY_QCOM_USB_HS=m
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
CONFIG_PHY_QCOM_USB_SS=m
|
||||
CONFIG_PHY_ROCKCHIP_DPHY_RX0=m
|
||||
CONFIG_PHY_ROCKCHIP_DP=m
|
||||
@ -4892,6 +4913,7 @@ CONFIG_PINCTRL_DOVE=y
|
||||
# CONFIG_PINCTRL_EQUILIBRIUM is not set
|
||||
# CONFIG_PINCTRL_GEMINILAKE is not set
|
||||
CONFIG_PINCTRL_IMX6SL=y
|
||||
# CONFIG_PINCTRL_IMX8DXL is not set
|
||||
CONFIG_PINCTRL_IMX8MM=y
|
||||
CONFIG_PINCTRL_IMX8MN=y
|
||||
# CONFIG_PINCTRL_IMX8MP is not set
|
||||
@ -4900,6 +4922,7 @@ CONFIG_PINCTRL_IMX8MQ=y
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8064 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MDM9615 is not set
|
||||
@ -4926,6 +4949,7 @@ CONFIG_PINCTRL_SAMSUNG=y
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
CONFIG_PINCTRL_SINGLE=y
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
CONFIG_PINCTRL_SUN4I_A10=y
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -6048,6 +6072,7 @@ CONFIG_SERIAL_IMX_CONSOLE=y
|
||||
CONFIG_SERIAL_IMX=y
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_MESON_CONSOLE=y
|
||||
@ -6842,6 +6867,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWP_EMULATE=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -7250,6 +7276,7 @@ CONFIG_UNWINDER_ARM=y
|
||||
# CONFIG_UNWINDER_FRAME_POINTER is not set
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
# CONFIG_US5182D is not set
|
||||
CONFIG_USB4_NET=m
|
||||
CONFIG_USB4=y
|
||||
CONFIG_USB_ACM=m
|
||||
CONFIG_USB_ADUTUX=m
|
||||
@ -7645,6 +7672,7 @@ CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_MVEBU=m
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -7670,6 +7698,7 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -95,6 +95,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -103,6 +104,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -114,6 +116,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -448,6 +451,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -643,6 +647,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1333,6 +1339,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1455,6 +1462,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1465,6 +1473,7 @@ CONFIG_DMI=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -2132,6 +2141,7 @@ CONFIG_GPIO_74X164=m
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
# CONFIG_GPIO_AMDPT is not set
|
||||
@ -2649,6 +2659,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB_DCA is not set
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
# CONFIG_INFINIBAND_RDMAVT is not set
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
# CONFIG_INFINIBAND_SRP is not set
|
||||
# CONFIG_INFINIBAND_SRPT is not set
|
||||
# CONFIG_INFINIBAND_USER_ACCESS is not set
|
||||
@ -2749,12 +2761,17 @@ CONFIG_INTEL_STRATIX10_SERVICE=m
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT_IMX8MM=m
|
||||
CONFIG_INTERCONNECT_IMX8MN=m
|
||||
CONFIG_INTERCONNECT_IMX8MQ=m
|
||||
CONFIG_INTERCONNECT_IMX=m
|
||||
CONFIG_INTERCONNECT_QCOM_MSM8916=m
|
||||
# CONFIG_INTERCONNECT_QCOM_MSM8974 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
|
||||
# CONFIG_INTERCONNECT_QCOM_QCS404 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_SC7180=m
|
||||
CONFIG_INTERCONNECT_QCOM=y
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
CONFIG_INV_MPU6050_I2C=m
|
||||
CONFIG_INV_MPU6050_IIO=m
|
||||
@ -3368,6 +3385,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -4716,6 +4734,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
CONFIG_PHY_CADENCE_DPHY=m
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -4747,6 +4766,7 @@ CONFIG_PHY_MVEBU_SATA=y
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_IPQ806X_SATA is not set
|
||||
# CONFIG_PHY_QCOM_PCIE2 is not set
|
||||
CONFIG_PHY_QCOM_UFS_14NM=m
|
||||
@ -4754,6 +4774,7 @@ CONFIG_PHY_QCOM_UFS=m
|
||||
CONFIG_PHY_QCOM_USB_HS_28NM=m
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
CONFIG_PHY_QCOM_USB_SS=m
|
||||
CONFIG_PHY_ROCKCHIP_DPHY_RX0=m
|
||||
CONFIG_PHY_ROCKCHIP_DP=m
|
||||
@ -4790,6 +4811,7 @@ CONFIG_PINCTRL_CEDARFORK=m
|
||||
CONFIG_PINCTRL_DOVE=y
|
||||
# CONFIG_PINCTRL_EQUILIBRIUM is not set
|
||||
# CONFIG_PINCTRL_GEMINILAKE is not set
|
||||
# CONFIG_PINCTRL_IMX8DXL is not set
|
||||
CONFIG_PINCTRL_IMX8MM=y
|
||||
CONFIG_PINCTRL_IMX8MN=y
|
||||
# CONFIG_PINCTRL_IMX8MP is not set
|
||||
@ -4798,6 +4820,7 @@ CONFIG_PINCTRL_IMX8MQ=y
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8064 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MDM9615 is not set
|
||||
@ -4818,6 +4841,7 @@ CONFIG_PINCTRL_SAMSUNG=y
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
CONFIG_PINCTRL_SINGLE=y
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
CONFIG_PINCTRL_SUN4I_A10=y
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -5881,6 +5905,7 @@ CONFIG_SERIAL_IMX_CONSOLE=y
|
||||
CONFIG_SERIAL_IMX=y
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_MESON_CONSOLE=y
|
||||
@ -6619,6 +6644,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWP_EMULATE=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -7022,6 +7048,7 @@ CONFIG_UNWINDER_ARM=y
|
||||
# CONFIG_UNWINDER_FRAME_POINTER is not set
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
# CONFIG_US5182D is not set
|
||||
CONFIG_USB4_NET=m
|
||||
CONFIG_USB4=y
|
||||
CONFIG_USB_ACM=m
|
||||
CONFIG_USB_ADUTUX=m
|
||||
@ -7407,6 +7434,7 @@ CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_MVEBU=m
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -7432,6 +7460,7 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -95,6 +95,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -103,6 +104,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -114,6 +116,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -448,6 +451,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -643,6 +647,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1333,6 +1339,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1448,6 +1455,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1458,6 +1466,7 @@ CONFIG_DMI=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -2117,6 +2126,7 @@ CONFIG_GPIO_74X164=m
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
# CONFIG_GPIO_AMDPT is not set
|
||||
@ -2634,6 +2644,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB_DCA is not set
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
# CONFIG_INFINIBAND_RDMAVT is not set
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
# CONFIG_INFINIBAND_SRP is not set
|
||||
# CONFIG_INFINIBAND_SRPT is not set
|
||||
# CONFIG_INFINIBAND_USER_ACCESS is not set
|
||||
@ -2734,12 +2746,17 @@ CONFIG_INTEL_STRATIX10_SERVICE=m
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT_IMX8MM=m
|
||||
CONFIG_INTERCONNECT_IMX8MN=m
|
||||
CONFIG_INTERCONNECT_IMX8MQ=m
|
||||
CONFIG_INTERCONNECT_IMX=m
|
||||
CONFIG_INTERCONNECT_QCOM_MSM8916=m
|
||||
# CONFIG_INTERCONNECT_QCOM_MSM8974 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_OSM_L3=m
|
||||
# CONFIG_INTERCONNECT_QCOM_QCS404 is not set
|
||||
CONFIG_INTERCONNECT_QCOM_SC7180=m
|
||||
CONFIG_INTERCONNECT_QCOM=y
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
CONFIG_INV_MPU6050_I2C=m
|
||||
CONFIG_INV_MPU6050_IIO=m
|
||||
@ -3351,6 +3368,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -4698,6 +4716,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
CONFIG_PHY_CADENCE_DPHY=m
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -4729,6 +4748,7 @@ CONFIG_PHY_MVEBU_SATA=y
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_IPQ806X_SATA is not set
|
||||
# CONFIG_PHY_QCOM_PCIE2 is not set
|
||||
CONFIG_PHY_QCOM_UFS_14NM=m
|
||||
@ -4736,6 +4756,7 @@ CONFIG_PHY_QCOM_UFS=m
|
||||
CONFIG_PHY_QCOM_USB_HS_28NM=m
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
CONFIG_PHY_QCOM_USB_SS=m
|
||||
CONFIG_PHY_ROCKCHIP_DPHY_RX0=m
|
||||
CONFIG_PHY_ROCKCHIP_DP=m
|
||||
@ -4772,6 +4793,7 @@ CONFIG_PINCTRL_CEDARFORK=m
|
||||
CONFIG_PINCTRL_DOVE=y
|
||||
# CONFIG_PINCTRL_EQUILIBRIUM is not set
|
||||
# CONFIG_PINCTRL_GEMINILAKE is not set
|
||||
# CONFIG_PINCTRL_IMX8DXL is not set
|
||||
CONFIG_PINCTRL_IMX8MM=y
|
||||
CONFIG_PINCTRL_IMX8MN=y
|
||||
# CONFIG_PINCTRL_IMX8MP is not set
|
||||
@ -4780,6 +4802,7 @@ CONFIG_PINCTRL_IMX8MQ=y
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8064 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MDM9615 is not set
|
||||
@ -4800,6 +4823,7 @@ CONFIG_PINCTRL_SAMSUNG=y
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
CONFIG_PINCTRL_SINGLE=y
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
CONFIG_PINCTRL_SUN4I_A10=y
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -5863,6 +5887,7 @@ CONFIG_SERIAL_IMX_CONSOLE=y
|
||||
CONFIG_SERIAL_IMX=y
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_MESON_CONSOLE=y
|
||||
@ -6599,6 +6624,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWP_EMULATE=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -7002,6 +7028,7 @@ CONFIG_UNWINDER_ARM=y
|
||||
# CONFIG_UNWINDER_FRAME_POINTER is not set
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
# CONFIG_US5182D is not set
|
||||
CONFIG_USB4_NET=m
|
||||
CONFIG_USB4=y
|
||||
CONFIG_USB_ACM=m
|
||||
CONFIG_USB_ADUTUX=m
|
||||
@ -7387,6 +7414,7 @@ CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_MVEBU=m
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -7412,6 +7440,7 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -132,6 +132,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -140,6 +141,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -151,6 +153,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -328,6 +331,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -506,6 +510,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1119,6 +1125,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1241,6 +1248,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1250,6 +1258,7 @@ CONFIG_DMI_SYSFS=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1343,6 +1352,7 @@ CONFIG_DRM_NOUVEAU=m
|
||||
# CONFIG_DRM_NOUVEAU_SVM is not set
|
||||
# CONFIG_DRM_NWL_MIPI_DSI is not set
|
||||
# CONFIG_DRM_NXP_PTN3460 is not set
|
||||
# CONFIG_DRM_PANEL_ARM_VERSATILE is not set
|
||||
# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set
|
||||
# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set
|
||||
CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
|
||||
@ -1885,6 +1895,7 @@ CONFIG_GPD_POCKET_FAN=m
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
CONFIG_GPIO_AMD_FCH=m
|
||||
@ -1919,6 +1930,7 @@ CONFIG_GPIO_MAX77650=m
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
CONFIG_GPIO_MSIC=y
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCH is not set
|
||||
@ -1931,6 +1943,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
CONFIG_GPIO_SCH=m
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SODAVILLE is not set
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_SYSFS is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
CONFIG_GPIO_TPS68470=y
|
||||
@ -2378,6 +2391,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
CONFIG_INFINIBAND_QIB_DCA=y
|
||||
CONFIG_INFINIBAND_QIB=m
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2529,7 +2544,7 @@ CONFIG_INTEL_VBTN=m
|
||||
CONFIG_INTEL_WMI_SBL_FW_UPDATE=m
|
||||
CONFIG_INTEL_WMI_THUNDERBOLT=m
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
# CONFIG_INV_MPU6050_I2C is not set
|
||||
# CONFIG_INV_MPU6050_IIO is not set
|
||||
@ -2980,6 +2995,7 @@ CONFIG_LEDS_PCA9532=m
|
||||
CONFIG_LEDS_REGULATOR=m
|
||||
# CONFIG_LEDS_SGM3140 is not set
|
||||
# CONFIG_LEDS_SPI_BYTE is not set
|
||||
# CONFIG_LEDS_SYSCON is not set
|
||||
# CONFIG_LEDS_TCA6507 is not set
|
||||
# CONFIG_LEDS_TI_LMU_COMMON is not set
|
||||
# CONFIG_LEDS_TLC591XX is not set
|
||||
@ -3127,6 +3143,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3308,7 +3325,7 @@ CONFIG_MFD_SM501=m
|
||||
# CONFIG_MFD_STMFX is not set
|
||||
# CONFIG_MFD_STMPE is not set
|
||||
# CONFIG_MFD_STPMIC1 is not set
|
||||
# CONFIG_MFD_SYSCON is not set
|
||||
CONFIG_MFD_SYSCON=y
|
||||
# CONFIG_MFD_TC3589X is not set
|
||||
# CONFIG_MFD_TC6393XB is not set
|
||||
# CONFIG_MFD_TI_AM335X_TSCADC is not set
|
||||
@ -4386,10 +4403,12 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
# CONFIG_PHY_FSL_IMX8MQ_USB is not set
|
||||
CONFIG_PHY_INTEL_COMBO=y
|
||||
CONFIG_PHY_INTEL_EMMC=m
|
||||
CONFIG_PHYLIB=y
|
||||
CONFIG_PHYLINK=m
|
||||
@ -4398,9 +4417,11 @@ CONFIG_PHYLINK=m
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
CONFIG_PHYSICAL_ALIGN=0x400000
|
||||
CONFIG_PHYSICAL_START=0x400000
|
||||
@ -4420,6 +4441,7 @@ CONFIG_PINCTRL_GEMINILAKE=m
|
||||
CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
CONFIG_PINCTRL_JASPERLAKE=m
|
||||
CONFIG_PINCTRL_LEWISBURG=m
|
||||
CONFIG_PINCTRL_LYNXPOINT=m
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
@ -4431,6 +4453,7 @@ CONFIG_PINCTRL_RK805=m
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SINGLE is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SUN4I_A10 is not set
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -5369,6 +5392,7 @@ CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
CONFIG_SERIAL_LANTIQ=m
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_NONSTANDARD=y
|
||||
@ -5994,6 +6018,7 @@ CONFIG_SURFACE_PRO3_BUTTON=m
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -6680,6 +6705,7 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -6703,6 +6729,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
CONFIG_VBOXGUEST=m
|
||||
CONFIG_VBOXSF_FS=m
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -132,6 +132,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -140,6 +141,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -151,6 +153,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -327,6 +330,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -505,6 +509,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1118,6 +1124,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1232,6 +1239,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1241,6 +1249,7 @@ CONFIG_DMI_SYSFS=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1334,6 +1343,7 @@ CONFIG_DRM_NOUVEAU=m
|
||||
# CONFIG_DRM_NOUVEAU_SVM is not set
|
||||
# CONFIG_DRM_NWL_MIPI_DSI is not set
|
||||
# CONFIG_DRM_NXP_PTN3460 is not set
|
||||
# CONFIG_DRM_PANEL_ARM_VERSATILE is not set
|
||||
# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set
|
||||
# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set
|
||||
CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
|
||||
@ -1868,6 +1878,7 @@ CONFIG_GPD_POCKET_FAN=m
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
CONFIG_GPIO_AMD_FCH=m
|
||||
@ -1902,6 +1913,7 @@ CONFIG_GPIO_MAX77650=m
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
CONFIG_GPIO_MSIC=y
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCH is not set
|
||||
@ -1914,6 +1926,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
CONFIG_GPIO_SCH=m
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SODAVILLE is not set
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_SYSFS is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
CONFIG_GPIO_TPS68470=y
|
||||
@ -2361,6 +2374,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
CONFIG_INFINIBAND_QIB_DCA=y
|
||||
CONFIG_INFINIBAND_QIB=m
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2512,7 +2527,7 @@ CONFIG_INTEL_VBTN=m
|
||||
CONFIG_INTEL_WMI_SBL_FW_UPDATE=m
|
||||
CONFIG_INTEL_WMI_THUNDERBOLT=m
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
# CONFIG_INV_MPU6050_I2C is not set
|
||||
# CONFIG_INV_MPU6050_IIO is not set
|
||||
@ -2961,6 +2976,7 @@ CONFIG_LEDS_PCA9532=m
|
||||
CONFIG_LEDS_REGULATOR=m
|
||||
# CONFIG_LEDS_SGM3140 is not set
|
||||
# CONFIG_LEDS_SPI_BYTE is not set
|
||||
# CONFIG_LEDS_SYSCON is not set
|
||||
# CONFIG_LEDS_TCA6507 is not set
|
||||
# CONFIG_LEDS_TI_LMU_COMMON is not set
|
||||
# CONFIG_LEDS_TLC591XX is not set
|
||||
@ -3108,6 +3124,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3289,7 +3306,7 @@ CONFIG_MFD_SM501=m
|
||||
# CONFIG_MFD_STMFX is not set
|
||||
# CONFIG_MFD_STMPE is not set
|
||||
# CONFIG_MFD_STPMIC1 is not set
|
||||
# CONFIG_MFD_SYSCON is not set
|
||||
CONFIG_MFD_SYSCON=y
|
||||
# CONFIG_MFD_TC3589X is not set
|
||||
# CONFIG_MFD_TC6393XB is not set
|
||||
# CONFIG_MFD_TI_AM335X_TSCADC is not set
|
||||
@ -4367,10 +4384,12 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
# CONFIG_PHY_FSL_IMX8MQ_USB is not set
|
||||
CONFIG_PHY_INTEL_COMBO=y
|
||||
CONFIG_PHY_INTEL_EMMC=m
|
||||
CONFIG_PHYLIB=y
|
||||
CONFIG_PHYLINK=m
|
||||
@ -4379,9 +4398,11 @@ CONFIG_PHYLINK=m
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
CONFIG_PHYSICAL_ALIGN=0x400000
|
||||
CONFIG_PHYSICAL_START=0x400000
|
||||
@ -4401,6 +4422,7 @@ CONFIG_PINCTRL_GEMINILAKE=m
|
||||
CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
CONFIG_PINCTRL_JASPERLAKE=m
|
||||
CONFIG_PINCTRL_LEWISBURG=m
|
||||
CONFIG_PINCTRL_LYNXPOINT=m
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
@ -4412,6 +4434,7 @@ CONFIG_PINCTRL_RK805=m
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SINGLE is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SUN4I_A10 is not set
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -5350,6 +5373,7 @@ CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
CONFIG_SERIAL_LANTIQ=m
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_NONSTANDARD=y
|
||||
@ -5973,6 +5997,7 @@ CONFIG_SURFACE_PRO3_BUTTON=m
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -6659,6 +6684,7 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -6682,6 +6708,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
CONFIG_VBOXGUEST=m
|
||||
CONFIG_VBOXSF_FS=m
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -94,6 +94,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -102,6 +103,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -113,6 +115,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -266,6 +269,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -441,6 +445,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
CONFIG_BLK_DEV_RSXX=m
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1036,6 +1042,7 @@ CONFIG_DEBUGGER=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1149,6 +1156,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DM_INIT=y
|
||||
@ -1156,6 +1164,7 @@ CONFIG_DM_INTEGRITY=m
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1235,6 +1244,7 @@ CONFIG_DRM_NOUVEAU=m
|
||||
# CONFIG_DRM_NOUVEAU_SVM is not set
|
||||
# CONFIG_DRM_NWL_MIPI_DSI is not set
|
||||
# CONFIG_DRM_NXP_PTN3460 is not set
|
||||
# CONFIG_DRM_PANEL_ARM_VERSATILE is not set
|
||||
# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set
|
||||
# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set
|
||||
CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
|
||||
@ -1725,6 +1735,7 @@ CONFIG_GP2AP002=m
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
# CONFIG_GPIO_AMDPT is not set
|
||||
@ -1751,6 +1762,7 @@ CONFIG_GPIO_MAX77650=m
|
||||
# CONFIG_GPIO_MC33880 is not set
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
CONFIG_GPIO_PCF857X=m
|
||||
# CONFIG_GPIO_PCH is not set
|
||||
@ -1761,6 +1773,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_SYSFS is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
CONFIG_GPIO_TPS68470=y
|
||||
@ -2179,6 +2192,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
CONFIG_INFINIBAND_QIB_DCA=y
|
||||
CONFIG_INFINIBAND_QIB=m
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2273,7 +2288,7 @@ CONFIG_INTEL_STRATIX10_SERVICE=m
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
# CONFIG_INV_MPU6050_I2C is not set
|
||||
# CONFIG_INV_MPU6050_IIO is not set
|
||||
@ -2712,6 +2727,7 @@ CONFIG_LEDS_POWERNV=m
|
||||
CONFIG_LEDS_REGULATOR=m
|
||||
# CONFIG_LEDS_SGM3140 is not set
|
||||
# CONFIG_LEDS_SPI_BYTE is not set
|
||||
# CONFIG_LEDS_SYSCON is not set
|
||||
# CONFIG_LEDS_TCA6507 is not set
|
||||
# CONFIG_LEDS_TI_LMU_COMMON is not set
|
||||
# CONFIG_LEDS_TLC591XX is not set
|
||||
@ -2853,6 +2869,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3031,7 +3048,7 @@ CONFIG_MFD_SM501=m
|
||||
# CONFIG_MFD_STMFX is not set
|
||||
# CONFIG_MFD_STMPE is not set
|
||||
# CONFIG_MFD_STPMIC1 is not set
|
||||
# CONFIG_MFD_SYSCON is not set
|
||||
CONFIG_MFD_SYSCON=y
|
||||
# CONFIG_MFD_TC3589X is not set
|
||||
# CONFIG_MFD_TC6393XB is not set
|
||||
# CONFIG_MFD_TI_AM335X_TSCADC is not set
|
||||
@ -4052,6 +4069,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -4064,9 +4082,11 @@ CONFIG_PHYLINK=m
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
# CONFIG_PI433 is not set
|
||||
@ -4078,6 +4098,7 @@ CONFIG_PINCTRL_CEDARFORK=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MSM8976 is not set
|
||||
@ -4087,6 +4108,7 @@ CONFIG_PINCTRL_RK805=m
|
||||
# CONFIG_PINCTRL_SC7180 is not set
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SUN4I_A10 is not set
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -5029,6 +5051,7 @@ CONFIG_SERIAL_ICOM=m
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_NONSTANDARD=y
|
||||
@ -5581,6 +5604,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWIOTLB=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5937,6 +5961,7 @@ CONFIG_UNUSED_SYMBOLS=y
|
||||
# CONFIG_UNWINDER_FRAME_POINTER is not set
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
# CONFIG_US5182D is not set
|
||||
CONFIG_USB4_NET=m
|
||||
CONFIG_USB4=y
|
||||
CONFIG_USB_ACM=m
|
||||
CONFIG_USB_ADUTUX=m
|
||||
@ -6255,6 +6280,7 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -6277,6 +6303,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -91,6 +91,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
# CONFIG_AD9467 is not set
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -98,6 +99,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_ADI_AXI_ADC is not set
|
||||
# CONFIG_ADIN_PHY is not set
|
||||
# CONFIG_ADIS16060 is not set
|
||||
# CONFIG_ADIS16080 is not set
|
||||
@ -110,6 +112,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
# CONFIG_ADIS16475 is not set
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -238,6 +241,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
CONFIG_ATM_BR2684=m
|
||||
@ -911,6 +915,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUGGER=y
|
||||
# CONFIG_DEBUG_GPIO is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1027,12 +1032,14 @@ CONFIG_DM_CRYPT=m
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
# CONFIG_DM_DUST is not set
|
||||
# CONFIG_DM_EBS is not set
|
||||
CONFIG_DM_ERA=m
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DM_INTEGRITY=m
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=m
|
||||
# CONFIG_DM_MULTIPATH_HST is not set
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1559,6 +1566,7 @@ CONFIG_GLOB=y
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
# CONFIG_GPIO_AGGREGATOR is not set
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
@ -1587,6 +1595,7 @@ CONFIG_GPIOLIB=y
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MLXBF is not set
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
CONFIG_GPIO_PCF857X=m
|
||||
# CONFIG_GPIO_PCIE_IDIO_24 is not set
|
||||
@ -2001,6 +2010,8 @@ CONFIG_INFINIBAND_ON_DEMAND_PAGING=y
|
||||
CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
# CONFIG_INFINIBAND_RTRS_CLIENT is not set
|
||||
# CONFIG_INFINIBAND_RTRS_SERVER is not set
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2628,6 +2639,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
# CONFIG_MAX1241 is not set
|
||||
# CONFIG_MAX1363 is not set
|
||||
# CONFIG_MAX30100 is not set
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3714,6 +3726,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
CONFIG_PHY_BCM_SR_USB=m
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
# CONFIG_PHY_CADENCE_DP is not set
|
||||
# CONFIG_PHY_CADENCE_SALVO is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -3728,11 +3741,13 @@ CONFIG_PHYLIB=y
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_QMP is not set
|
||||
# CONFIG_PHY_QCOM_QUSB2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
CONFIG_PHYSICAL_ALIGN=0x200000
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
@ -3747,6 +3762,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MDM9615 is not set
|
||||
@ -3759,6 +3775,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SX150X is not set
|
||||
# CONFIG_PING is not set
|
||||
@ -4636,6 +4653,7 @@ CONFIG_SERIAL_ICOM=m
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_NONSTANDARD=y
|
||||
@ -5135,6 +5153,7 @@ CONFIG_SUSPEND_FREEZER=y
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_SX9310 is not set
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5734,6 +5753,7 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -5753,6 +5773,7 @@ CONFIG_UWB_WHCI=m
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
# CONFIG_VALIDATE_FS_PARSER is not set
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
# CONFIG_VCNL3020 is not set
|
||||
# CONFIG_VCNL4000 is not set
|
||||
# CONFIG_VCNL4035 is not set
|
||||
# CONFIG_VDPA is not set
|
||||
|
@ -94,6 +94,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -102,6 +103,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -113,6 +115,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -265,6 +268,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -440,6 +444,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
CONFIG_BLK_DEV_RSXX=m
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1035,6 +1041,7 @@ CONFIG_DEBUGGER=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1140,6 +1147,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DM_INIT=y
|
||||
@ -1147,6 +1155,7 @@ CONFIG_DM_INTEGRITY=m
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1226,6 +1235,7 @@ CONFIG_DRM_NOUVEAU=m
|
||||
# CONFIG_DRM_NOUVEAU_SVM is not set
|
||||
# CONFIG_DRM_NWL_MIPI_DSI is not set
|
||||
# CONFIG_DRM_NXP_PTN3460 is not set
|
||||
# CONFIG_DRM_PANEL_ARM_VERSATILE is not set
|
||||
# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set
|
||||
# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set
|
||||
CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
|
||||
@ -1708,6 +1718,7 @@ CONFIG_GP2AP002=m
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
# CONFIG_GPIO_AMDPT is not set
|
||||
@ -1734,6 +1745,7 @@ CONFIG_GPIO_MAX77650=m
|
||||
# CONFIG_GPIO_MC33880 is not set
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
CONFIG_GPIO_PCF857X=m
|
||||
# CONFIG_GPIO_PCH is not set
|
||||
@ -1744,6 +1756,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_SYSFS is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
CONFIG_GPIO_TPS68470=y
|
||||
@ -2162,6 +2175,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
CONFIG_INFINIBAND_QIB_DCA=y
|
||||
CONFIG_INFINIBAND_QIB=m
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2256,7 +2271,7 @@ CONFIG_INTEL_STRATIX10_SERVICE=m
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
# CONFIG_INV_MPU6050_I2C is not set
|
||||
# CONFIG_INV_MPU6050_IIO is not set
|
||||
@ -2693,6 +2708,7 @@ CONFIG_LEDS_POWERNV=m
|
||||
CONFIG_LEDS_REGULATOR=m
|
||||
# CONFIG_LEDS_SGM3140 is not set
|
||||
# CONFIG_LEDS_SPI_BYTE is not set
|
||||
# CONFIG_LEDS_SYSCON is not set
|
||||
# CONFIG_LEDS_TCA6507 is not set
|
||||
# CONFIG_LEDS_TI_LMU_COMMON is not set
|
||||
# CONFIG_LEDS_TLC591XX is not set
|
||||
@ -2834,6 +2850,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3011,7 +3028,7 @@ CONFIG_MFD_SM501=m
|
||||
# CONFIG_MFD_STMFX is not set
|
||||
# CONFIG_MFD_STMPE is not set
|
||||
# CONFIG_MFD_STPMIC1 is not set
|
||||
# CONFIG_MFD_SYSCON is not set
|
||||
CONFIG_MFD_SYSCON=y
|
||||
# CONFIG_MFD_TC3589X is not set
|
||||
# CONFIG_MFD_TC6393XB is not set
|
||||
# CONFIG_MFD_TI_AM335X_TSCADC is not set
|
||||
@ -4032,6 +4049,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -4044,9 +4062,11 @@ CONFIG_PHYLINK=m
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
# CONFIG_PI433 is not set
|
||||
@ -4058,6 +4078,7 @@ CONFIG_PINCTRL_CEDARFORK=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MSM8976 is not set
|
||||
@ -4067,6 +4088,7 @@ CONFIG_PINCTRL_RK805=m
|
||||
# CONFIG_PINCTRL_SC7180 is not set
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SUN4I_A10 is not set
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -5009,6 +5031,7 @@ CONFIG_SERIAL_ICOM=m
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_NONSTANDARD=y
|
||||
@ -5559,6 +5582,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWIOTLB=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5915,6 +5939,7 @@ CONFIG_UNUSED_SYMBOLS=y
|
||||
# CONFIG_UNWINDER_FRAME_POINTER is not set
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
# CONFIG_US5182D is not set
|
||||
CONFIG_USB4_NET=m
|
||||
CONFIG_USB4=y
|
||||
CONFIG_USB_ACM=m
|
||||
CONFIG_USB_ADUTUX=m
|
||||
@ -6233,6 +6258,7 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -6255,6 +6281,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -91,6 +91,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
# CONFIG_AD9467 is not set
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -98,6 +99,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_ADI_AXI_ADC is not set
|
||||
# CONFIG_ADIN_PHY is not set
|
||||
# CONFIG_ADIS16060 is not set
|
||||
# CONFIG_ADIS16080 is not set
|
||||
@ -110,6 +112,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
# CONFIG_ADIS16475 is not set
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -238,6 +241,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
CONFIG_ATM_BR2684=m
|
||||
@ -911,6 +915,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUGGER=y
|
||||
# CONFIG_DEBUG_GPIO is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1019,12 +1024,14 @@ CONFIG_DM_CRYPT=m
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
# CONFIG_DM_DUST is not set
|
||||
# CONFIG_DM_EBS is not set
|
||||
CONFIG_DM_ERA=m
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DM_INTEGRITY=m
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=m
|
||||
# CONFIG_DM_MULTIPATH_HST is not set
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1543,6 +1550,7 @@ CONFIG_GLOB=y
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
# CONFIG_GPIO_AGGREGATOR is not set
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
@ -1571,6 +1579,7 @@ CONFIG_GPIOLIB=y
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MLXBF is not set
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
CONFIG_GPIO_PCF857X=m
|
||||
# CONFIG_GPIO_PCIE_IDIO_24 is not set
|
||||
@ -1985,6 +1994,8 @@ CONFIG_INFINIBAND_ON_DEMAND_PAGING=y
|
||||
CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
# CONFIG_INFINIBAND_RTRS_CLIENT is not set
|
||||
# CONFIG_INFINIBAND_RTRS_SERVER is not set
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2612,6 +2623,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
# CONFIG_MAX1241 is not set
|
||||
# CONFIG_MAX1363 is not set
|
||||
# CONFIG_MAX30100 is not set
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3698,6 +3710,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
CONFIG_PHY_BCM_SR_USB=m
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
# CONFIG_PHY_CADENCE_DP is not set
|
||||
# CONFIG_PHY_CADENCE_SALVO is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -3712,11 +3725,13 @@ CONFIG_PHYLIB=y
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_QMP is not set
|
||||
# CONFIG_PHY_QCOM_QUSB2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
CONFIG_PHYSICAL_ALIGN=0x200000
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
@ -3731,6 +3746,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MDM9615 is not set
|
||||
@ -3743,6 +3759,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SX150X is not set
|
||||
# CONFIG_PING is not set
|
||||
@ -4620,6 +4637,7 @@ CONFIG_SERIAL_ICOM=m
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_NONSTANDARD=y
|
||||
@ -5117,6 +5135,7 @@ CONFIG_SUSPEND_FREEZER=y
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_SX9310 is not set
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5716,6 +5735,7 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -5735,6 +5755,7 @@ CONFIG_UWB_WHCI=m
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
# CONFIG_VALIDATE_FS_PARSER is not set
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
# CONFIG_VCNL3020 is not set
|
||||
# CONFIG_VCNL4000 is not set
|
||||
# CONFIG_VCNL4035 is not set
|
||||
# CONFIG_VDPA is not set
|
||||
|
@ -95,6 +95,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -103,6 +104,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -114,6 +116,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -270,6 +273,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -445,6 +449,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
# CONFIG_BLK_DEV_SKD is not set
|
||||
@ -1046,6 +1052,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1156,6 +1163,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DM_INIT=y
|
||||
@ -1163,6 +1171,7 @@ CONFIG_DM_INTEGRITY=m
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1242,6 +1251,7 @@ CONFIG_DRM_NOUVEAU_BACKLIGHT=y
|
||||
# CONFIG_DRM_NOUVEAU_SVM is not set
|
||||
# CONFIG_DRM_NWL_MIPI_DSI is not set
|
||||
# CONFIG_DRM_NXP_PTN3460 is not set
|
||||
# CONFIG_DRM_PANEL_ARM_VERSATILE is not set
|
||||
# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set
|
||||
# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set
|
||||
CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
|
||||
@ -1722,6 +1732,7 @@ CONFIG_GP2AP002=m
|
||||
# CONFIG_GPIO_74X164 is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
# CONFIG_GPIO_AMDPT is not set
|
||||
@ -1748,6 +1759,7 @@ CONFIG_GPIO_MAX77650=m
|
||||
# CONFIG_GPIO_MC33880 is not set
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCH is not set
|
||||
@ -1758,6 +1770,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_SYSFS is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
CONFIG_GPIO_TPS68470=y
|
||||
@ -2158,6 +2171,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
CONFIG_INFINIBAND_QIB_DCA=y
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2252,7 +2267,7 @@ CONFIG_INTEL_STRATIX10_SERVICE=m
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
# CONFIG_INV_MPU6050_I2C is not set
|
||||
# CONFIG_INV_MPU6050_IIO is not set
|
||||
@ -2686,6 +2701,7 @@ CONFIG_LEDS_PCA9532=m
|
||||
CONFIG_LEDS_REGULATOR=m
|
||||
# CONFIG_LEDS_SGM3140 is not set
|
||||
# CONFIG_LEDS_SPI_BYTE is not set
|
||||
# CONFIG_LEDS_SYSCON is not set
|
||||
# CONFIG_LEDS_TCA6507 is not set
|
||||
# CONFIG_LEDS_TI_LMU_COMMON is not set
|
||||
# CONFIG_LEDS_TLC591XX is not set
|
||||
@ -2826,6 +2842,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3005,7 +3022,7 @@ CONFIG_MFD_SM501_GPIO=y
|
||||
# CONFIG_MFD_STMFX is not set
|
||||
# CONFIG_MFD_STMPE is not set
|
||||
# CONFIG_MFD_STPMIC1 is not set
|
||||
# CONFIG_MFD_SYSCON is not set
|
||||
CONFIG_MFD_SYSCON=y
|
||||
# CONFIG_MFD_TC3589X is not set
|
||||
# CONFIG_MFD_TC6393XB is not set
|
||||
# CONFIG_MFD_TI_AM335X_TSCADC is not set
|
||||
@ -4018,6 +4035,7 @@ CONFIG_PFAULT=y
|
||||
# CONFIG_PHONET is not set
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -4030,9 +4048,11 @@ CONFIG_PHYLINK=m
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
# CONFIG_PI433 is not set
|
||||
@ -4044,6 +4064,7 @@ CONFIG_PINCTRL_CEDARFORK=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MSM8976 is not set
|
||||
@ -4053,6 +4074,7 @@ CONFIG_PINCTRL_RK805=m
|
||||
# CONFIG_PINCTRL_SC7180 is not set
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SUN4I_A10 is not set
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -4975,6 +4997,7 @@ CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||
@ -5519,6 +5542,7 @@ CONFIG_SUNRPC_XPRT_RDMA=m
|
||||
# CONFIG_SUSPEND is not set
|
||||
CONFIG_SWAP=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5880,6 +5904,7 @@ CONFIG_UNUSED_SYMBOLS=y
|
||||
# CONFIG_UNWINDER_FRAME_POINTER is not set
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
# CONFIG_US5182D is not set
|
||||
CONFIG_USB4_NET=m
|
||||
CONFIG_USB4=y
|
||||
CONFIG_USB_ACM=m
|
||||
CONFIG_USB_ADUTUX=m
|
||||
@ -6194,6 +6219,7 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -6216,6 +6242,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -90,6 +90,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
# CONFIG_AD9467 is not set
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -97,6 +98,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_ADI_AXI_ADC is not set
|
||||
# CONFIG_ADIN_PHY is not set
|
||||
# CONFIG_ADIS16060 is not set
|
||||
# CONFIG_ADIS16080 is not set
|
||||
@ -109,6 +111,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
# CONFIG_ADIS16475 is not set
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -238,6 +241,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
CONFIG_ATM_BR2684=m
|
||||
@ -918,6 +922,7 @@ CONFIG_DEBUG_CREDENTIALS=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
# CONFIG_DEBUG_GPIO is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1032,12 +1037,14 @@ CONFIG_DM_CRYPT=m
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
# CONFIG_DM_DUST is not set
|
||||
# CONFIG_DM_EBS is not set
|
||||
CONFIG_DM_ERA=m
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DM_INTEGRITY=m
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=m
|
||||
# CONFIG_DM_MULTIPATH_HST is not set
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1557,6 +1564,7 @@ CONFIG_GLOB=y
|
||||
# CONFIG_GPIO_74X164 is not set
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
# CONFIG_GPIO_AGGREGATOR is not set
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
@ -1585,6 +1593,7 @@ CONFIG_GPIOLIB_FASTPATH_LIMIT=512
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MLXBF is not set
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
# CONFIG_GPIO_PCA953X is not set
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCIE_IDIO_24 is not set
|
||||
@ -1979,6 +1988,8 @@ CONFIG_INFINIBAND=m
|
||||
CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
# CONFIG_INFINIBAND_RTRS_CLIENT is not set
|
||||
# CONFIG_INFINIBAND_RTRS_SERVER is not set
|
||||
# CONFIG_INFINIBAND_SRP is not set
|
||||
# CONFIG_INFINIBAND_SRPT is not set
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2604,6 +2615,7 @@ CONFIG_MARVELL_10G_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
# CONFIG_MAX1241 is not set
|
||||
# CONFIG_MAX1363 is not set
|
||||
# CONFIG_MAX30100 is not set
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3687,6 +3699,7 @@ CONFIG_PFAULT=y
|
||||
CONFIG_PHY_BCM_SR_USB=m
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
# CONFIG_PHY_CADENCE_DP is not set
|
||||
# CONFIG_PHY_CADENCE_SALVO is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -3701,11 +3714,13 @@ CONFIG_PHY_BCM_SR_USB=m
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_QMP is not set
|
||||
# CONFIG_PHY_QCOM_QUSB2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
# CONFIG_PI433 is not set
|
||||
@ -3719,6 +3734,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MDM9615 is not set
|
||||
@ -3731,6 +3747,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SX150X is not set
|
||||
# CONFIG_PING is not set
|
||||
@ -4583,6 +4600,7 @@ CONFIG_SERIAL_CORE=m
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||
@ -5076,6 +5094,7 @@ CONFIG_SUNRPC_XPRT_RDMA=m
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_SX9310 is not set
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5683,6 +5702,7 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -5702,6 +5722,7 @@ CONFIG_UWB_I1480U=m
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
# CONFIG_VALIDATE_FS_PARSER is not set
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
# CONFIG_VCNL3020 is not set
|
||||
# CONFIG_VCNL4000 is not set
|
||||
# CONFIG_VCNL4035 is not set
|
||||
# CONFIG_VDPA is not set
|
||||
|
@ -95,6 +95,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -103,6 +104,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -114,6 +116,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -269,6 +272,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -444,6 +448,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
# CONFIG_BLK_DEV_SKD is not set
|
||||
@ -1045,6 +1051,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1147,6 +1154,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DM_INIT=y
|
||||
@ -1154,6 +1162,7 @@ CONFIG_DM_INTEGRITY=m
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1233,6 +1242,7 @@ CONFIG_DRM_NOUVEAU_BACKLIGHT=y
|
||||
# CONFIG_DRM_NOUVEAU_SVM is not set
|
||||
# CONFIG_DRM_NWL_MIPI_DSI is not set
|
||||
# CONFIG_DRM_NXP_PTN3460 is not set
|
||||
# CONFIG_DRM_PANEL_ARM_VERSATILE is not set
|
||||
# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set
|
||||
# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set
|
||||
CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
|
||||
@ -1705,6 +1715,7 @@ CONFIG_GP2AP002=m
|
||||
# CONFIG_GPIO_74X164 is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
# CONFIG_GPIO_AMDPT is not set
|
||||
@ -1731,6 +1742,7 @@ CONFIG_GPIO_MAX77650=m
|
||||
# CONFIG_GPIO_MC33880 is not set
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCH is not set
|
||||
@ -1741,6 +1753,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SAMA5D2_PIOBU is not set
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_SYSFS is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
CONFIG_GPIO_TPS68470=y
|
||||
@ -2141,6 +2154,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
CONFIG_INFINIBAND_QIB_DCA=y
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2235,7 +2250,7 @@ CONFIG_INTEL_STRATIX10_SERVICE=m
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
# CONFIG_INV_MPU6050_I2C is not set
|
||||
# CONFIG_INV_MPU6050_IIO is not set
|
||||
@ -2667,6 +2682,7 @@ CONFIG_LEDS_PCA9532=m
|
||||
CONFIG_LEDS_REGULATOR=m
|
||||
# CONFIG_LEDS_SGM3140 is not set
|
||||
# CONFIG_LEDS_SPI_BYTE is not set
|
||||
# CONFIG_LEDS_SYSCON is not set
|
||||
# CONFIG_LEDS_TCA6507 is not set
|
||||
# CONFIG_LEDS_TI_LMU_COMMON is not set
|
||||
# CONFIG_LEDS_TLC591XX is not set
|
||||
@ -2807,6 +2823,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -2985,7 +3002,7 @@ CONFIG_MFD_SM501_GPIO=y
|
||||
# CONFIG_MFD_STMFX is not set
|
||||
# CONFIG_MFD_STMPE is not set
|
||||
# CONFIG_MFD_STPMIC1 is not set
|
||||
# CONFIG_MFD_SYSCON is not set
|
||||
CONFIG_MFD_SYSCON=y
|
||||
# CONFIG_MFD_TC3589X is not set
|
||||
# CONFIG_MFD_TC6393XB is not set
|
||||
# CONFIG_MFD_TI_AM335X_TSCADC is not set
|
||||
@ -3998,6 +4015,7 @@ CONFIG_PFAULT=y
|
||||
# CONFIG_PHONET is not set
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -4010,9 +4028,11 @@ CONFIG_PHYLINK=m
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
# CONFIG_PI433 is not set
|
||||
@ -4024,6 +4044,7 @@ CONFIG_PINCTRL_CEDARFORK=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MSM8976 is not set
|
||||
@ -4033,6 +4054,7 @@ CONFIG_PINCTRL_RK805=m
|
||||
# CONFIG_PINCTRL_SC7180 is not set
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SUN4I_A10 is not set
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -4955,6 +4977,7 @@ CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||
@ -5497,6 +5520,7 @@ CONFIG_SUNRPC_XPRT_RDMA=m
|
||||
# CONFIG_SUSPEND is not set
|
||||
CONFIG_SWAP=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5858,6 +5882,7 @@ CONFIG_UNUSED_SYMBOLS=y
|
||||
# CONFIG_UNWINDER_FRAME_POINTER is not set
|
||||
CONFIG_UPROBE_EVENTS=y
|
||||
# CONFIG_US5182D is not set
|
||||
CONFIG_USB4_NET=m
|
||||
CONFIG_USB4=y
|
||||
CONFIG_USB_ACM=m
|
||||
CONFIG_USB_ADUTUX=m
|
||||
@ -6172,6 +6197,7 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -6194,6 +6220,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -90,6 +90,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
# CONFIG_AD9467 is not set
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -97,6 +98,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_ADI_AXI_ADC is not set
|
||||
# CONFIG_ADIN_PHY is not set
|
||||
# CONFIG_ADIS16060 is not set
|
||||
# CONFIG_ADIS16080 is not set
|
||||
@ -109,6 +111,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
# CONFIG_ADIS16475 is not set
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -238,6 +241,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
CONFIG_ATM_BR2684=m
|
||||
@ -918,6 +922,7 @@ CONFIG_DCSSBLK=m
|
||||
CONFIG_DEBUG_FS=y
|
||||
# CONFIG_DEBUG_GPIO is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1024,12 +1029,14 @@ CONFIG_DM_CRYPT=m
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
# CONFIG_DM_DUST is not set
|
||||
# CONFIG_DM_EBS is not set
|
||||
CONFIG_DM_ERA=m
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DM_INTEGRITY=m
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=m
|
||||
# CONFIG_DM_MULTIPATH_HST is not set
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1541,6 +1548,7 @@ CONFIG_GLOB=y
|
||||
# CONFIG_GPIO_74X164 is not set
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
# CONFIG_GPIO_AGGREGATOR is not set
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
@ -1569,6 +1577,7 @@ CONFIG_GPIOLIB_FASTPATH_LIMIT=512
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MLXBF is not set
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
# CONFIG_GPIO_PCA953X is not set
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCIE_IDIO_24 is not set
|
||||
@ -1963,6 +1972,8 @@ CONFIG_INFINIBAND=m
|
||||
CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
# CONFIG_INFINIBAND_RTRS_CLIENT is not set
|
||||
# CONFIG_INFINIBAND_RTRS_SERVER is not set
|
||||
# CONFIG_INFINIBAND_SRP is not set
|
||||
# CONFIG_INFINIBAND_SRPT is not set
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2588,6 +2599,7 @@ CONFIG_MARVELL_10G_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
# CONFIG_MAX1241 is not set
|
||||
# CONFIG_MAX1363 is not set
|
||||
# CONFIG_MAX30100 is not set
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3671,6 +3683,7 @@ CONFIG_PFAULT=y
|
||||
CONFIG_PHY_BCM_SR_USB=m
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
# CONFIG_PHY_CADENCE_DP is not set
|
||||
# CONFIG_PHY_CADENCE_SALVO is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -3685,11 +3698,13 @@ CONFIG_PHY_BCM_SR_USB=m
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_QMP is not set
|
||||
# CONFIG_PHY_QCOM_QUSB2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
# CONFIG_PI433 is not set
|
||||
@ -3703,6 +3718,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MDM9615 is not set
|
||||
@ -3715,6 +3731,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SX150X is not set
|
||||
# CONFIG_PING is not set
|
||||
@ -4567,6 +4584,7 @@ CONFIG_SERIAL_CORE=m
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||
@ -5058,6 +5076,7 @@ CONFIG_SUNRPC_XPRT_RDMA=m
|
||||
CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_SX9310 is not set
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5665,6 +5684,7 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -5684,6 +5704,7 @@ CONFIG_UWB_I1480U=m
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
# CONFIG_VALIDATE_FS_PARSER is not set
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
# CONFIG_VCNL3020 is not set
|
||||
# CONFIG_VCNL4000 is not set
|
||||
# CONFIG_VCNL4035 is not set
|
||||
# CONFIG_VDPA is not set
|
||||
|
@ -90,6 +90,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
# CONFIG_AD9467 is not set
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -97,6 +98,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_ADI_AXI_ADC is not set
|
||||
# CONFIG_ADIN_PHY is not set
|
||||
# CONFIG_ADIS16060 is not set
|
||||
# CONFIG_ADIS16080 is not set
|
||||
@ -109,6 +111,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
# CONFIG_ADIS16475 is not set
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -238,6 +241,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
CONFIG_ATM_BR2684=m
|
||||
@ -925,6 +929,7 @@ CONFIG_DASD_PROFILE=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
# CONFIG_DEBUG_GPIO is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1034,12 +1039,14 @@ CONFIG_DM_CRYPT=m
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
# CONFIG_DM_DUST is not set
|
||||
# CONFIG_DM_EBS is not set
|
||||
CONFIG_DM_ERA=m
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DM_INTEGRITY=m
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=m
|
||||
# CONFIG_DM_MULTIPATH_HST is not set
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1555,6 +1562,7 @@ CONFIG_GLOB=y
|
||||
# CONFIG_GPIO_74X164 is not set
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
# CONFIG_GPIO_AGGREGATOR is not set
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
@ -1583,6 +1591,7 @@ CONFIG_GPIOLIB_FASTPATH_LIMIT=512
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MLXBF is not set
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
# CONFIG_GPIO_PCA953X is not set
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCIE_IDIO_24 is not set
|
||||
@ -1978,6 +1987,8 @@ CONFIG_INFINIBAND=m
|
||||
CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
# CONFIG_INFINIBAND_RTRS_CLIENT is not set
|
||||
# CONFIG_INFINIBAND_RTRS_SERVER is not set
|
||||
# CONFIG_INFINIBAND_SRP is not set
|
||||
# CONFIG_INFINIBAND_SRPT is not set
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2608,6 +2619,7 @@ CONFIG_MARVELL_10G_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
# CONFIG_MAX1241 is not set
|
||||
# CONFIG_MAX1363 is not set
|
||||
# CONFIG_MAX30100 is not set
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3694,6 +3706,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
CONFIG_PHY_BCM_SR_USB=m
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
# CONFIG_PHY_CADENCE_DP is not set
|
||||
# CONFIG_PHY_CADENCE_SALVO is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -3708,11 +3721,13 @@ CONFIG_PHY_BCM_SR_USB=m
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_QMP is not set
|
||||
# CONFIG_PHY_QCOM_QUSB2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
# CONFIG_PHY_TUSB1210 is not set
|
||||
# CONFIG_PI433 is not set
|
||||
@ -3726,6 +3741,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
# CONFIG_PINCTRL_MDM9615 is not set
|
||||
@ -3738,6 +3754,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SX150X is not set
|
||||
# CONFIG_PING is not set
|
||||
@ -4595,6 +4612,7 @@ CONFIG_SERIAL_CORE=m
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||
@ -5090,6 +5108,7 @@ CONFIG_SUNRPC_XPRT_RDMA=m
|
||||
CONFIG_SUSPEND=y
|
||||
# CONFIG_SWAP is not set
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_SX9310 is not set
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5700,6 +5719,7 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -5719,6 +5739,7 @@ CONFIG_UWB_I1480U=m
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
# CONFIG_VALIDATE_FS_PARSER is not set
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
# CONFIG_VCNL3020 is not set
|
||||
# CONFIG_VCNL4000 is not set
|
||||
# CONFIG_VCNL4035 is not set
|
||||
# CONFIG_VDPA is not set
|
||||
|
@ -135,6 +135,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -143,6 +144,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -154,6 +156,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -330,6 +333,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -511,6 +515,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1152,6 +1158,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1277,6 +1284,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1286,6 +1294,7 @@ CONFIG_DMI_SYSFS=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1379,6 +1388,7 @@ CONFIG_DRM_NOUVEAU=m
|
||||
# CONFIG_DRM_NOUVEAU_SVM is not set
|
||||
# CONFIG_DRM_NWL_MIPI_DSI is not set
|
||||
# CONFIG_DRM_NXP_PTN3460 is not set
|
||||
# CONFIG_DRM_PANEL_ARM_VERSATILE is not set
|
||||
# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set
|
||||
# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set
|
||||
CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
|
||||
@ -1918,6 +1928,7 @@ CONFIG_GPD_POCKET_FAN=m
|
||||
# CONFIG_GPIO_74X164 is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
CONFIG_GPIO_AMD_FCH=m
|
||||
@ -1952,6 +1963,7 @@ CONFIG_GPIO_MAX77650=m
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
CONFIG_GPIO_MSIC=y
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCH is not set
|
||||
@ -1963,6 +1975,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_SYSFS is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
CONFIG_GPIO_TPS68470=y
|
||||
@ -2418,6 +2431,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
CONFIG_INFINIBAND_QIB_DCA=y
|
||||
CONFIG_INFINIBAND_QIB=m
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2576,7 +2591,7 @@ CONFIG_INTEL_VBTN=m
|
||||
CONFIG_INTEL_WMI_SBL_FW_UPDATE=m
|
||||
CONFIG_INTEL_WMI_THUNDERBOLT=m
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
CONFIG_INV_MPU6050_I2C=m
|
||||
CONFIG_INV_MPU6050_IIO=m
|
||||
@ -3031,6 +3046,7 @@ CONFIG_LEDS_PCA9532=m
|
||||
# CONFIG_LEDS_REGULATOR is not set
|
||||
# CONFIG_LEDS_SGM3140 is not set
|
||||
# CONFIG_LEDS_SPI_BYTE is not set
|
||||
# CONFIG_LEDS_SYSCON is not set
|
||||
# CONFIG_LEDS_TCA6507 is not set
|
||||
# CONFIG_LEDS_TI_LMU_COMMON is not set
|
||||
# CONFIG_LEDS_TLC591XX is not set
|
||||
@ -3171,6 +3187,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3354,7 +3371,7 @@ CONFIG_MFD_SM501=m
|
||||
# CONFIG_MFD_STMFX is not set
|
||||
# CONFIG_MFD_STMPE is not set
|
||||
# CONFIG_MFD_STPMIC1 is not set
|
||||
# CONFIG_MFD_SYSCON is not set
|
||||
CONFIG_MFD_SYSCON=y
|
||||
# CONFIG_MFD_TC3589X is not set
|
||||
# CONFIG_MFD_TC6393XB is not set
|
||||
# CONFIG_MFD_TI_AM335X_TSCADC is not set
|
||||
@ -4426,10 +4443,12 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
# CONFIG_PHY_FSL_IMX8MQ_USB is not set
|
||||
CONFIG_PHY_INTEL_COMBO=y
|
||||
CONFIG_PHY_INTEL_EMMC=m
|
||||
CONFIG_PHYLIB=y
|
||||
CONFIG_PHYLINK=m
|
||||
@ -4438,9 +4457,11 @@ CONFIG_PHYLINK=m
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
CONFIG_PHYSICAL_ALIGN=0x1000000
|
||||
CONFIG_PHYSICAL_START=0x1000000
|
||||
@ -4460,6 +4481,7 @@ CONFIG_PINCTRL_GEMINILAKE=m
|
||||
CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
CONFIG_PINCTRL_JASPERLAKE=m
|
||||
CONFIG_PINCTRL_LEWISBURG=m
|
||||
CONFIG_PINCTRL_LYNXPOINT=m
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
@ -4470,6 +4492,7 @@ CONFIG_PINCTRL_RK805=m
|
||||
# CONFIG_PINCTRL_SC7180 is not set
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SUN4I_A10 is not set
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -5411,6 +5434,7 @@ CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
CONFIG_SERIAL_LANTIQ=m
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_NONSTANDARD=y
|
||||
@ -6047,6 +6071,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWIOTLB=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -6733,6 +6758,7 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -6757,6 +6783,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
CONFIG_VBOXGUEST=m
|
||||
CONFIG_VBOXSF_FS=m
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -116,6 +116,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
# CONFIG_AD9467 is not set
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -123,6 +124,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_ADI_AXI_ADC is not set
|
||||
# CONFIG_ADIN_PHY is not set
|
||||
# CONFIG_ADIS16060 is not set
|
||||
# CONFIG_ADIS16080 is not set
|
||||
@ -135,6 +137,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
# CONFIG_ADIS16475 is not set
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -273,6 +276,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
CONFIG_ATM_BR2684=m
|
||||
@ -971,6 +975,7 @@ CONFIG_DEBUG_FS=y
|
||||
# CONFIG_DEBUG_GPIO is not set
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1099,6 +1104,7 @@ CONFIG_DM_CRYPT=m
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
# CONFIG_DM_DUST is not set
|
||||
# CONFIG_DM_EBS is not set
|
||||
CONFIG_DM_ERA=m
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1107,6 +1113,7 @@ CONFIG_DMI_SYSFS=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=m
|
||||
# CONFIG_DM_MULTIPATH_HST is not set
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1666,6 +1673,7 @@ CONFIG_GLOB=y
|
||||
# CONFIG_GPIO_74X164 is not set
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
# CONFIG_GPIO_AGGREGATOR is not set
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
@ -1697,6 +1705,7 @@ CONFIG_GPIOLIB=y
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MLXBF is not set
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
# CONFIG_GPIO_PCA953X is not set
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCIE_IDIO_24 is not set
|
||||
@ -2139,6 +2148,8 @@ CONFIG_INFINIBAND_OPA_VNIC=m
|
||||
CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
# CONFIG_INFINIBAND_RTRS_CLIENT is not set
|
||||
# CONFIG_INFINIBAND_RTRS_SERVER is not set
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2792,6 +2803,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
# CONFIG_MAX1241 is not set
|
||||
# CONFIG_MAX1363 is not set
|
||||
# CONFIG_MAX30100 is not set
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3900,6 +3912,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
CONFIG_PHY_BCM_SR_USB=m
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
# CONFIG_PHY_CADENCE_DP is not set
|
||||
# CONFIG_PHY_CADENCE_SALVO is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -3914,11 +3927,13 @@ CONFIG_PHYLIB=y
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_QMP is not set
|
||||
# CONFIG_PHY_QCOM_QUSB2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
CONFIG_PHYSICAL_ALIGN=0x200000
|
||||
CONFIG_PHYSICAL_START=0x1000000
|
||||
@ -3939,6 +3954,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ4019 is not set
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
CONFIG_PINCTRL_LEWISBURG=m
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
@ -3952,6 +3968,7 @@ CONFIG_PINCTRL_LEWISBURG=m
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
CONFIG_PINCTRL_SUNRISEPOINT=m
|
||||
# CONFIG_PINCTRL_SX150X is not set
|
||||
@ -4793,6 +4810,7 @@ CONFIG_SERIAL_CORE=y
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_NONSTANDARD=y
|
||||
@ -5345,6 +5363,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWIOTLB=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_SX9310 is not set
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5949,6 +5968,7 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -5969,6 +5989,7 @@ CONFIG_UWB_WHCI=m
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
# CONFIG_VALIDATE_FS_PARSER is not set
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
# CONFIG_VCNL3020 is not set
|
||||
# CONFIG_VCNL4000 is not set
|
||||
# CONFIG_VCNL4035 is not set
|
||||
# CONFIG_VDPA is not set
|
||||
|
@ -135,6 +135,7 @@ CONFIG_AD7949=m
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
CONFIG_AD9467=m
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -143,6 +144,7 @@ CONFIG_ADAPTEC_STARFIRE=m
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
CONFIG_ADI_AXI_ADC=m
|
||||
CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16080 is not set
|
||||
# CONFIG_ADIS16130 is not set
|
||||
@ -154,6 +156,7 @@ CONFIG_ADIN_PHY=m
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
CONFIG_ADIS16475=m
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -329,6 +332,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_AMBASSADOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
@ -510,6 +514,8 @@ CONFIG_BLK_DEV_RAM_COUNT=16
|
||||
CONFIG_BLK_DEV_RAM=m
|
||||
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||
CONFIG_BLK_DEV_RBD=m
|
||||
CONFIG_BLK_DEV_RNBD_CLIENT=m
|
||||
CONFIG_BLK_DEV_RNBD_SERVER=m
|
||||
# CONFIG_BLK_DEV_RSXX is not set
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_DEV_SKD=m
|
||||
@ -1151,6 +1157,7 @@ CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_HIGHMEM=y
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
CONFIG_DEBUG_INFO_BTF=y
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1268,6 +1275,7 @@ CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
CONFIG_DM_DUST=m
|
||||
CONFIG_DM_EBS=m
|
||||
# CONFIG_DM_ERA is not set
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1277,6 +1285,7 @@ CONFIG_DMI_SYSFS=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=y
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1370,6 +1379,7 @@ CONFIG_DRM_NOUVEAU=m
|
||||
# CONFIG_DRM_NOUVEAU_SVM is not set
|
||||
# CONFIG_DRM_NWL_MIPI_DSI is not set
|
||||
# CONFIG_DRM_NXP_PTN3460 is not set
|
||||
# CONFIG_DRM_PANEL_ARM_VERSATILE is not set
|
||||
# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set
|
||||
# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set
|
||||
CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
|
||||
@ -1901,6 +1911,7 @@ CONFIG_GPD_POCKET_FAN=m
|
||||
# CONFIG_GPIO_74X164 is not set
|
||||
# CONFIG_GPIO_ADNP is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
CONFIG_GPIO_AGGREGATOR=m
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
CONFIG_GPIO_AMD_FCH=m
|
||||
@ -1935,6 +1946,7 @@ CONFIG_GPIO_MAX77650=m
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
CONFIG_GPIO_MSIC=y
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
CONFIG_GPIO_PCA953X=m
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCH is not set
|
||||
@ -1946,6 +1958,7 @@ CONFIG_GPIO_PCI_IDIO_16=m
|
||||
# CONFIG_GPIO_SCH311X is not set
|
||||
# CONFIG_GPIO_SCH is not set
|
||||
# CONFIG_GPIO_SIFIVE is not set
|
||||
# CONFIG_GPIO_SYSCON is not set
|
||||
# CONFIG_GPIO_SYSFS is not set
|
||||
# CONFIG_GPIO_TPIC2810 is not set
|
||||
CONFIG_GPIO_TPS68470=y
|
||||
@ -2401,6 +2414,8 @@ CONFIG_INFINIBAND_QEDR=m
|
||||
CONFIG_INFINIBAND_QIB_DCA=y
|
||||
CONFIG_INFINIBAND_QIB=m
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
CONFIG_INFINIBAND_RTRS_CLIENT=m
|
||||
CONFIG_INFINIBAND_RTRS_SERVER=m
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2559,7 +2574,7 @@ CONFIG_INTEL_VBTN=m
|
||||
CONFIG_INTEL_WMI_SBL_FW_UPDATE=m
|
||||
CONFIG_INTEL_WMI_THUNDERBOLT=m
|
||||
CONFIG_INTEL_XWAY_PHY=m
|
||||
# CONFIG_INTERCONNECT is not set
|
||||
CONFIG_INTERCONNECT=y
|
||||
# CONFIG_INTERVAL_TREE_TEST is not set
|
||||
CONFIG_INV_MPU6050_I2C=m
|
||||
CONFIG_INV_MPU6050_IIO=m
|
||||
@ -3012,6 +3027,7 @@ CONFIG_LEDS_PCA9532=m
|
||||
# CONFIG_LEDS_REGULATOR is not set
|
||||
# CONFIG_LEDS_SGM3140 is not set
|
||||
# CONFIG_LEDS_SPI_BYTE is not set
|
||||
# CONFIG_LEDS_SYSCON is not set
|
||||
# CONFIG_LEDS_TCA6507 is not set
|
||||
# CONFIG_LEDS_TI_LMU_COMMON is not set
|
||||
# CONFIG_LEDS_TLC591XX is not set
|
||||
@ -3152,6 +3168,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
CONFIG_MAX1241=m
|
||||
CONFIG_MAX1363=m
|
||||
CONFIG_MAX30100=m
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3335,7 +3352,7 @@ CONFIG_MFD_SM501=m
|
||||
# CONFIG_MFD_STMFX is not set
|
||||
# CONFIG_MFD_STMPE is not set
|
||||
# CONFIG_MFD_STPMIC1 is not set
|
||||
# CONFIG_MFD_SYSCON is not set
|
||||
CONFIG_MFD_SYSCON=y
|
||||
# CONFIG_MFD_TC3589X is not set
|
||||
# CONFIG_MFD_TC6393XB is not set
|
||||
# CONFIG_MFD_TI_AM335X_TSCADC is not set
|
||||
@ -4407,10 +4424,12 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
# CONFIG_PHONET is not set
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
CONFIG_PHY_CADENCE_DP=m
|
||||
CONFIG_PHY_CADENCE_SALVO=m
|
||||
CONFIG_PHY_CADENCE_SIERRA=m
|
||||
CONFIG_PHY_CADENCE_TORRENT=m
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
# CONFIG_PHY_FSL_IMX8MQ_USB is not set
|
||||
CONFIG_PHY_INTEL_COMBO=y
|
||||
CONFIG_PHY_INTEL_EMMC=m
|
||||
CONFIG_PHYLIB=y
|
||||
CONFIG_PHYLINK=m
|
||||
@ -4419,9 +4438,11 @@ CONFIG_PHYLINK=m
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
CONFIG_PHYSICAL_ALIGN=0x1000000
|
||||
CONFIG_PHYSICAL_START=0x1000000
|
||||
@ -4441,6 +4462,7 @@ CONFIG_PINCTRL_GEMINILAKE=m
|
||||
CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
CONFIG_PINCTRL_JASPERLAKE=m
|
||||
CONFIG_PINCTRL_LEWISBURG=m
|
||||
CONFIG_PINCTRL_LYNXPOINT=m
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
@ -4451,6 +4473,7 @@ CONFIG_PINCTRL_RK805=m
|
||||
# CONFIG_PINCTRL_SC7180 is not set
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
# CONFIG_PINCTRL_SUN4I_A10 is not set
|
||||
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
||||
@ -5392,6 +5415,7 @@ CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
CONFIG_SERIAL_LANTIQ=m
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_NONSTANDARD=y
|
||||
@ -6026,6 +6050,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWIOTLB=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
CONFIG_SX9310=m
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -6712,6 +6737,7 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=m
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -6736,6 +6762,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
|
||||
CONFIG_VALIDATE_FS_PARSER=y
|
||||
CONFIG_VBOXGUEST=m
|
||||
CONFIG_VBOXSF_FS=m
|
||||
CONFIG_VCNL3020=m
|
||||
# CONFIG_VCNL4000 is not set
|
||||
CONFIG_VCNL4035=m
|
||||
CONFIG_VDPA=m
|
||||
|
@ -116,6 +116,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_AD799X is not set
|
||||
# CONFIG_AD8366 is not set
|
||||
# CONFIG_AD8801 is not set
|
||||
# CONFIG_AD9467 is not set
|
||||
# CONFIG_AD9523 is not set
|
||||
# CONFIG_AD9832 is not set
|
||||
# CONFIG_AD9834 is not set
|
||||
@ -123,6 +124,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_ADF4350 is not set
|
||||
# CONFIG_ADF4371 is not set
|
||||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_ADI_AXI_ADC is not set
|
||||
# CONFIG_ADIN_PHY is not set
|
||||
# CONFIG_ADIS16060 is not set
|
||||
# CONFIG_ADIS16080 is not set
|
||||
@ -135,6 +137,7 @@ CONFIG_ACPI=y
|
||||
# CONFIG_ADIS16260 is not set
|
||||
# CONFIG_ADIS16400 is not set
|
||||
# CONFIG_ADIS16460 is not set
|
||||
# CONFIG_ADIS16475 is not set
|
||||
# CONFIG_ADIS16480 is not set
|
||||
# CONFIG_ADJD_S311 is not set
|
||||
# CONFIG_ADT7316 is not set
|
||||
@ -273,6 +276,7 @@ CONFIG_ATL1C=m
|
||||
CONFIG_ATL1E=m
|
||||
CONFIG_ATL1=m
|
||||
CONFIG_ATL2=m
|
||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||
# CONFIG_ATM_BR2684_IPFILTER is not set
|
||||
CONFIG_ATM_BR2684=m
|
||||
@ -971,6 +975,7 @@ CONFIG_DEBUG_FS=y
|
||||
# CONFIG_DEBUG_GPIO is not set
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
# CONFIG_DEBUG_INFO_BTF is not set
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED is not set
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_INFO_SPLIT is not set
|
||||
@ -1091,6 +1096,7 @@ CONFIG_DM_CRYPT=m
|
||||
CONFIG_DM_DEBUG=y
|
||||
CONFIG_DM_DELAY=m
|
||||
# CONFIG_DM_DUST is not set
|
||||
# CONFIG_DM_EBS is not set
|
||||
CONFIG_DM_ERA=m
|
||||
CONFIG_DM_FLAKEY=m
|
||||
CONFIG_DMIID=y
|
||||
@ -1099,6 +1105,7 @@ CONFIG_DMI_SYSFS=y
|
||||
CONFIG_DM_LOG_USERSPACE=m
|
||||
CONFIG_DM_LOG_WRITES=m
|
||||
CONFIG_DM_MIRROR=m
|
||||
# CONFIG_DM_MULTIPATH_HST is not set
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
@ -1650,6 +1657,7 @@ CONFIG_GLOB=y
|
||||
# CONFIG_GPIO_74X164 is not set
|
||||
# CONFIG_GPIO_74XX_MMIO is not set
|
||||
# CONFIG_GPIO_ADP5588 is not set
|
||||
# CONFIG_GPIO_AGGREGATOR is not set
|
||||
# CONFIG_GPIO_ALTERA is not set
|
||||
# CONFIG_GPIO_AMD8111 is not set
|
||||
# CONFIG_GPIO_AMD_FCH is not set
|
||||
@ -1681,6 +1689,7 @@ CONFIG_GPIOLIB=y
|
||||
CONFIG_GPIO_MLXBF2=m
|
||||
# CONFIG_GPIO_MLXBF is not set
|
||||
# CONFIG_GPIO_MOCKUP is not set
|
||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
||||
# CONFIG_GPIO_PCA953X is not set
|
||||
# CONFIG_GPIO_PCF857X is not set
|
||||
# CONFIG_GPIO_PCIE_IDIO_24 is not set
|
||||
@ -2123,6 +2132,8 @@ CONFIG_INFINIBAND_OPA_VNIC=m
|
||||
CONFIG_INFINIBAND_QEDR=m
|
||||
# CONFIG_INFINIBAND_QIB is not set
|
||||
CONFIG_INFINIBAND_RDMAVT=m
|
||||
# CONFIG_INFINIBAND_RTRS_CLIENT is not set
|
||||
# CONFIG_INFINIBAND_RTRS_SERVER is not set
|
||||
CONFIG_INFINIBAND_SRP=m
|
||||
CONFIG_INFINIBAND_SRPT=m
|
||||
CONFIG_INFINIBAND_USER_ACCESS=m
|
||||
@ -2775,6 +2786,7 @@ CONFIG_MARVELL_PHY=m
|
||||
# CONFIG_MAX1027 is not set
|
||||
# CONFIG_MAX11100 is not set
|
||||
# CONFIG_MAX1118 is not set
|
||||
# CONFIG_MAX1241 is not set
|
||||
# CONFIG_MAX1363 is not set
|
||||
# CONFIG_MAX30100 is not set
|
||||
# CONFIG_MAX30102 is not set
|
||||
@ -3883,6 +3895,7 @@ CONFIG_PERSISTENT_KEYRINGS=y
|
||||
CONFIG_PHY_BCM_SR_USB=m
|
||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||
# CONFIG_PHY_CADENCE_DP is not set
|
||||
# CONFIG_PHY_CADENCE_SALVO is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_PHY_CPCAP_USB is not set
|
||||
@ -3897,11 +3910,13 @@ CONFIG_PHYLIB=y
|
||||
# CONFIG_PHY_OCELOT_SERDES is not set
|
||||
# CONFIG_PHY_PXA_28NM_HSIC is not set
|
||||
# CONFIG_PHY_PXA_28NM_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_IPQ4019_USB is not set
|
||||
# CONFIG_PHY_QCOM_QMP is not set
|
||||
# CONFIG_PHY_QCOM_QUSB2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS_28NM is not set
|
||||
# CONFIG_PHY_QCOM_USB_HSIC is not set
|
||||
# CONFIG_PHY_QCOM_USB_HS is not set
|
||||
# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
|
||||
# CONFIG_PHY_QCOM_USB_SS is not set
|
||||
CONFIG_PHYSICAL_ALIGN=0x200000
|
||||
CONFIG_PHYSICAL_START=0x1000000
|
||||
@ -3922,6 +3937,7 @@ CONFIG_PINCTRL_ICELAKE=m
|
||||
# CONFIG_PINCTRL_IPQ4019 is not set
|
||||
# CONFIG_PINCTRL_IPQ6018 is not set
|
||||
# CONFIG_PINCTRL_IPQ8074 is not set
|
||||
# CONFIG_PINCTRL_JASPERLAKE is not set
|
||||
CONFIG_PINCTRL_LEWISBURG=m
|
||||
# CONFIG_PINCTRL_LYNXPOINT is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
@ -3935,6 +3951,7 @@ CONFIG_PINCTRL_LEWISBURG=m
|
||||
# CONFIG_PINCTRL_SDM660 is not set
|
||||
# CONFIG_PINCTRL_SDM845 is not set
|
||||
# CONFIG_PINCTRL_SM8150 is not set
|
||||
# CONFIG_PINCTRL_SM8250 is not set
|
||||
# CONFIG_PINCTRL_STMFX is not set
|
||||
CONFIG_PINCTRL_SUNRISEPOINT=m
|
||||
# CONFIG_PINCTRL_SX150X is not set
|
||||
@ -4775,6 +4792,7 @@ CONFIG_SERIAL_CORE=y
|
||||
# CONFIG_SERIAL_IFX6X60 is not set
|
||||
CONFIG_SERIAL_JSM=m
|
||||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
# CONFIG_SERIAL_LANTIQ is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
# CONFIG_SERIAL_MAX310X is not set
|
||||
CONFIG_SERIAL_NONSTANDARD=y
|
||||
@ -5325,6 +5343,7 @@ CONFIG_SUSPEND=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SWIOTLB=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_SX9310 is not set
|
||||
# CONFIG_SX9500 is not set
|
||||
CONFIG_SYMBOLIC_ERRNAME=y
|
||||
CONFIG_SYNC_FILE=y
|
||||
@ -5929,6 +5948,7 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -5949,6 +5969,7 @@ CONFIG_UWB_WHCI=m
|
||||
# CONFIG_V4L_TEST_DRIVERS is not set
|
||||
# CONFIG_VALIDATE_FS_PARSER is not set
|
||||
# CONFIG_VBOXSF_FS is not set
|
||||
# CONFIG_VCNL3020 is not set
|
||||
# CONFIG_VCNL4000 is not set
|
||||
# CONFIG_VCNL4035 is not set
|
||||
# CONFIG_VDPA is not set
|
||||
|
59
kernel.spec
59
kernel.spec
@ -30,7 +30,7 @@ Summary: The Linux kernel
|
||||
# For a stable, released kernel, released_kernel should be 1.
|
||||
%global released_kernel 0
|
||||
|
||||
%global distro_build 0.rc0.20200605git435faf5c218a.1
|
||||
%global distro_build 0.rc0.20200608gitaf7b4801030c.1
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
@ -69,10 +69,10 @@ Summary: The Linux kernel
|
||||
%endif
|
||||
|
||||
%define rpmversion 5.8.0
|
||||
%define pkgrelease 0.rc0.20200605git435faf5c218a.1
|
||||
%define pkgrelease 0.rc0.20200608gitaf7b4801030c.1
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc0.20200605git435faf5c218a.1%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc0.20200608gitaf7b4801030c.1%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
@ -564,7 +564,7 @@ BuildRequires: asciidoc
|
||||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-20200605git435faf5c218a.tar.xz
|
||||
Source0: linux-20200608gitaf7b4801030c.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -767,24 +767,21 @@ Patch62: 0001-Drop-that-for-now.patch
|
||||
Patch63: 0001-KEYS-Make-use-of-platform-keyring-for-module-signatu.patch
|
||||
Patch64: 0001-mm-kmemleak-skip-late_init-if-not-skip-disable.patch
|
||||
Patch65: 0001-ARM-fix-__get_user_check-in-case-uaccess_-calls-are-.patch
|
||||
Patch66: 0001-soc-bcm2835-Sync-xHCI-reset-firmware-property-with-d.patch
|
||||
Patch67: 0001-firmware-raspberrypi-Introduce-vl805-init-routine.patch
|
||||
Patch68: 0001-PCI-brcmstb-Wait-for-Raspberry-Pi-s-firmware-when-pr.patch
|
||||
Patch69: 0001-USB-pci-quirks-Add-Raspberry-Pi-4-quirk.patch
|
||||
Patch70: 0001-dt-bindings-panel-add-binding-for-Xingbangda-XBD599-.patch
|
||||
Patch71: 0001-drm-panel-add-Xingbangda-XBD599-panel.patch
|
||||
Patch72: 0001-drm-sun4i-sun6i_mipi_dsi-fix-horizontal-timing-calcu.patch
|
||||
Patch73: 0001-arm64-allwinner-dts-a64-add-LCD-related-device-nodes.patch
|
||||
Patch74: 0001-e1000e-bump-up-timeout-to-wait-when-ME-un-configure-.patch
|
||||
Patch75: 0001-pwm-lpss-Fix-get_state-runtime-pm-reference-handling.patch
|
||||
Patch76: 0001-x86-Fix-compile-issues-with-rh_check_supported.patch
|
||||
Patch77: 0001-virt-vbox-Fix-VBGL_IOCTL_VMMDEV_REQUEST_BIG-and-_LOG.patch
|
||||
Patch78: 0001-virt-vbox-Fix-guest-capabilities-mask-check.patch
|
||||
Patch79: 0001-virt-vbox-Rename-guest_caps-struct-members-to-set_gu.patch
|
||||
Patch80: 0001-virt-vbox-Add-vbg_set_host_capabilities-helper-funct.patch
|
||||
Patch81: 0001-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
|
||||
Patch82: 0001-virt-vbox-Add-a-few-new-vmmdev-request-types-to-the-.patch
|
||||
Patch83: 0001-virt-vbox-Log-unknown-ioctl-requests-as-error.patch
|
||||
Patch66: 0001-dt-bindings-panel-add-binding-for-Xingbangda-XBD599-.patch
|
||||
Patch67: 0001-drm-panel-add-Xingbangda-XBD599-panel.patch
|
||||
Patch68: 0001-drm-sun4i-sun6i_mipi_dsi-fix-horizontal-timing-calcu.patch
|
||||
Patch69: 0001-arm64-allwinner-dts-a64-add-LCD-related-device-nodes.patch
|
||||
Patch70: 0001-e1000e-bump-up-timeout-to-wait-when-ME-un-configure-.patch
|
||||
Patch71: 0001-pwm-lpss-Fix-get_state-runtime-pm-reference-handling.patch
|
||||
Patch72: 0001-x86-Fix-compile-issues-with-rh_check_supported.patch
|
||||
Patch73: 0001-virt-vbox-Fix-VBGL_IOCTL_VMMDEV_REQUEST_BIG-and-_LOG.patch
|
||||
Patch74: 0001-virt-vbox-Fix-guest-capabilities-mask-check.patch
|
||||
Patch75: 0001-virt-vbox-Rename-guest_caps-struct-members-to-set_gu.patch
|
||||
Patch76: 0001-virt-vbox-Add-vbg_set_host_capabilities-helper-funct.patch
|
||||
Patch77: 0001-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
|
||||
Patch78: 0001-virt-vbox-Add-a-few-new-vmmdev-request-types-to-the-.patch
|
||||
Patch79: 0001-virt-vbox-Log-unknown-ioctl-requests-as-error.patch
|
||||
Patch80: 0001-PCI-tegra-Revert-raw_violation_fixup-for-tegra124.patch
|
||||
|
||||
%endif
|
||||
|
||||
@ -1280,8 +1277,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-20200605git435faf5c218a -c
|
||||
mv linux-20200605git435faf5c218a linux-%{KVERREL}
|
||||
%setup -q -n kernel-20200608gitaf7b4801030c -c
|
||||
mv linux-20200608gitaf7b4801030c linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
@ -1352,10 +1349,6 @@ ApplyOptionalPatch 0001-Drop-that-for-now.patch
|
||||
ApplyOptionalPatch 0001-KEYS-Make-use-of-platform-keyring-for-module-signatu.patch
|
||||
ApplyOptionalPatch 0001-mm-kmemleak-skip-late_init-if-not-skip-disable.patch
|
||||
ApplyOptionalPatch 0001-ARM-fix-__get_user_check-in-case-uaccess_-calls-are-.patch
|
||||
ApplyOptionalPatch 0001-soc-bcm2835-Sync-xHCI-reset-firmware-property-with-d.patch
|
||||
ApplyOptionalPatch 0001-firmware-raspberrypi-Introduce-vl805-init-routine.patch
|
||||
ApplyOptionalPatch 0001-PCI-brcmstb-Wait-for-Raspberry-Pi-s-firmware-when-pr.patch
|
||||
ApplyOptionalPatch 0001-USB-pci-quirks-Add-Raspberry-Pi-4-quirk.patch
|
||||
ApplyOptionalPatch 0001-dt-bindings-panel-add-binding-for-Xingbangda-XBD599-.patch
|
||||
ApplyOptionalPatch 0001-drm-panel-add-Xingbangda-XBD599-panel.patch
|
||||
ApplyOptionalPatch 0001-drm-sun4i-sun6i_mipi_dsi-fix-horizontal-timing-calcu.patch
|
||||
@ -1370,6 +1363,7 @@ ApplyOptionalPatch 0001-virt-vbox-Add-vbg_set_host_capabilities-helper-funct.pat
|
||||
ApplyOptionalPatch 0001-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
|
||||
ApplyOptionalPatch 0001-virt-vbox-Add-a-few-new-vmmdev-request-types-to-the-.patch
|
||||
ApplyOptionalPatch 0001-virt-vbox-Log-unknown-ioctl-requests-as-error.patch
|
||||
ApplyOptionalPatch 0001-PCI-tegra-Revert-raw_violation_fixup-for-tegra124.patch
|
||||
|
||||
%endif
|
||||
|
||||
@ -2786,12 +2780,13 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Jun 05 2020 Justin M. Forbes <jforbes@fedoraproject.org> [5.8.0-0.rc0.20200605git435faf5c218a.1]
|
||||
* Mon Jun 08 2020 Justin M. Forbes <jforbes@fedoraproject.org> [5.8.0-0.rc0.20200608gitaf7b4801030c.1]
|
||||
- Fedora config updates ("Justin M. Forbes")
|
||||
- Fix up module filtering for 5.8 ("Justin M. Forbes")
|
||||
|
||||
* Fri Jun 05 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.8.0-0.rc0.20200605git435faf5c218a.1]
|
||||
- 435faf5c218a rebase
|
||||
* Mon Jun 08 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.8.0-0.rc0.20200608gitaf7b4801030c.1]
|
||||
- af7b4801030c rebase
|
||||
- PCI: tegra: Revert raw_violation_fixup for tegra124 (Nicolas Chauvet)
|
||||
- Fix up module filtering for 5.8 ("Justin M. Forbes")
|
||||
- More Fedora config work ("Justin M. Forbes")
|
||||
- RTW88BE and CE have been extracted to their own modules ("Justin M. Forbes")
|
||||
- Set CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK for Fedora ("Justin M. Forbes")
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-20200605git435faf5c218a.tar.xz) = dd516a5b4f9daf898108e477c7ef9bb364e85c7f2aa4a8c5a0beefc4e411a2e8d4450662c517e0b8feec7efca1d28d09849675a4aefa514d7bfcfaf514a0aaef
|
||||
SHA512 (kernel-abi-whitelists-5.8.0-0.rc0.20200605git435faf5c218a.1.tar.bz2) = 2ecf40d715a49ea14803dac348fd7c38b72892b6a3728d68a8b5d47c07e2d556d93cd69df353b1bc12ef50c3406c1f5fcde837dc557396f1ce2091f6b569354b
|
||||
SHA512 (kernel-kabi-dw-5.8.0-0.rc0.20200605git435faf5c218a.1.tar.bz2) = 1e2305fa5932020e91b068fdc8b5b23d9d07826f97a58a22b4206d6d98475a8ca5dd823bc5f16ac6a39d9c6ad56cb2883a735ede17754ca50e7eb2938bf838b5
|
||||
SHA512 (linux-20200608gitaf7b4801030c.tar.xz) = dc0c9eed79dd0c4ea32add8e8f3a0883d815b4bd1f9b345df524ae9cd33339fbb97df60ed16e39ee5f5d5c1426cd5b763c128c62c6aa0d1c9c0ac511bf661283
|
||||
SHA512 (kernel-abi-whitelists-5.8.0-0.rc0.20200608gitaf7b4801030c.1.tar.bz2) = 8ab0adf9ef658a2541ead5d8f9b859b36b5f0173bf5c314473f8f1e1514ade68ca55119672af3cc709b14edf244f2fd283b37e0dee9f8dcba1ca035fe457da6d
|
||||
SHA512 (kernel-kabi-dw-5.8.0-0.rc0.20200608gitaf7b4801030c.1.tar.bz2) = 697eced4c0af8592ce4e871e4234406b81db42e1a99d688942340831af7a84ae223b2043f63ce31f16f3a41c6c50e641b5c22e71ca4f51912918f3f9d2c92865
|
||||
|
Loading…
Reference in New Issue
Block a user