diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig deleted file mode 100644 index 34bb845c..00000000 --- a/drivers/devfreq/Kconfig +++ /dev/null @@ -1,48 +0,0 @@ -if PM_DEVFREQ - -comment "NVIDIA DEVFREQ Governors" - -config DEVFREQ_GOV_POD_SCALING - tristate "Power On Demand Scaling" - help - Sets the frequency based on two properties: - (1) The governor receives activity throughput hints that - indicate whether scaling up or down is required - (2) the load of the devices is estimated using busy times - from device profile to determine if the frequency should - be altered. - -config DEVFREQ_GOV_POD_SCALING_V2 - tristate "Power On Demand Scaling v2" - help - Sets the frequency based on two properties: - (1) The governor receives activity throughput hints that - indicate whether scaling up or down is required - (2) the load of the devices is estimated using busy times - from device profile to determine if the frequency should - be altered. - Used with kernel-5.9 and later version - -config DEVFREQ_GOV_POD_SCALING_HISTORY_BUFFER_SIZE_MAX - int - default 100 - -config DEVFREQ_GOV_WMARK_SIMPLE - tristate "Simple Watermark" - help - Sets the frequency based on monitor watermark events. - This governor returns the next frequency from frequency table - based on type watermark event. - -config DEVFREQ_GOV_WMARK_ACTIVE - tristate "Active Watermark" - help - Sets the frequency based on monitor watermark events. - This governor calculates relation between current load and - target load. The next frequency is calculated by multiplying - this relation with the current frequency. - - The watermark values are updated so that the watermarks are - triggered when the above algorithm would change the frequency. - -endif # PM_DEVFREQ diff --git a/drivers/misc/nvscic2c-pcie/Kconfig b/drivers/misc/nvscic2c-pcie/Kconfig deleted file mode 100644 index 7b6a5a90..00000000 --- a/drivers/misc/nvscic2c-pcie/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 -config NVSCIC2C_PCIE - tristate "NVIDIA Chip-to-Chip between PCIe-RP and PCIe-EP" - depends on PCI && PCI_ENDPOINT - default n - help - This enables SoftwareCommunicationInterface for Host-to-Host - communication between PCIe Rootport and PCIe Endpoint. - If unsure, Please say N. diff --git a/drivers/net/ethernet/nvidia/nvethernet/Kconfig b/drivers/net/ethernet/nvidia/nvethernet/Kconfig deleted file mode 100644 index 7db8c6d9..00000000 --- a/drivers/net/ethernet/nvidia/nvethernet/Kconfig +++ /dev/null @@ -1,19 +0,0 @@ -config NVETHERNET - tristate "NVIDIA Tegra Ethernet EQOS driver" - select PHYLIB - select CRC32 - select MII - depends on OF && HAS_DMA - default n - help - Say Y here if you have a NVIDIA Tegra Ethernet EQOS Adapter. - - To compile this driver as a module, choose M here: the module - will be called nvethernet. -config NVETHERNET_SELFTESTS - bool "Support for NVETHERNET Selftests" - depends on NVETHERNET - default n - help - This adds support for NVETHERNET Selftests using ethtool. Enable this - feature if you are facing problems with your HW. diff --git a/drivers/net/wireless/realtek/rtl8822ce/Kconfig b/drivers/net/wireless/realtek/rtl8822ce/Kconfig deleted file mode 100644 index e2d0b461..00000000 --- a/drivers/net/wireless/realtek/rtl8822ce/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -config RTL8822CE - tristate "Realtek 8822C PCIE WiFi" - depends on PCI - default n - help - This module adds support for RTL8822CE chipset - - This driver module will be called rtl8822ce - Use m if unsure