[OS-BUILD PATCH] [redhat] New configs in drivers/virtio
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
CONFIG_VIRTIO_MEM:
This driver provides access to virtio-mem paravirtualized memory
devices, allowing to hotplug and hotunplug memory.
This driver was only tested under x86-64, but should theoretically
work on all architectures that support memory hotplug and hotremove.
If unsure, say M.
Symbol: VIRTIO_MEM [=m]
Type : tristate
Defined at drivers/virtio/Kconfig:81
Prompt: Virtio mem driver
Depends on: VIRTIO_MENU [=y] && X86_64 [=y] && VIRTIO [=y] && MEMORY_HOTPLUG_SPARSE [=y] && MEMORY_HOTREMOVE [=y]
Location:
-> Device Drivers
-> Virtio drivers (VIRTIO_MENU [=y])
Selects: CONTIG_ALLOC [=y]
---
Cc: "Michael S. Tsirkin" <mst(a)redhat.com>
Cc: Jason Wang <jasowang(a)redhat.com>
Cc: rhvirt-patches(a)redhat.com
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../configs/common/generic/CONFIG_VIRTIO_MEM | 1 +
.../pending-common/generic/CONFIG_VIRTIO_MEM | 23 -------------------
2 files changed, 1 insertion(+), 23 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_VIRTIO_MEM
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_VIRTIO_MEM
diff --git a/redhat/configs/common/generic/CONFIG_VIRTIO_MEM b/redhat/configs/common/generic/CONFIG_VIRTIO_MEM
new file mode 100644
index 000000000000..3780f32af7be
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_VIRTIO_MEM
@@ -0,0 +1 @@
+CONFIG_VIRTIO_MEM=m
diff --git a/redhat/configs/pending-common/generic/CONFIG_VIRTIO_MEM b/redhat/configs/pending-common/generic/CONFIG_VIRTIO_MEM
deleted file mode 100644
index d5500a9c6c1e..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_VIRTIO_MEM
+++ /dev/null
@@ -1,23 +0,0 @@
-# CONFIG_VIRTIO_MEM:
-#
-# This driver provides access to virtio-mem paravirtualized memory
-# devices, allowing to hotplug and hotunplug memory.
-#
-# This driver was only tested under x86-64, but should theoretically
-# work on all architectures that support memory hotplug and hotremove.
-#
-# If unsure, say M.
-#
-# Symbol: VIRTIO_MEM [=m]
-# Type : tristate
-# Defined at drivers/virtio/Kconfig:81
-# Prompt: Virtio mem driver
-# Depends on: VIRTIO_MENU [=y] && X86_64 [=y] && VIRTIO [=y] && MEMORY_HOTPLUG_SPARSE [=y] && MEMORY_HOTREMOVE [=y]
-# Location:
-# -> Device Drivers
-# -> Virtio drivers (VIRTIO_MENU [=y])
-# Selects: CONTIG_ALLOC [=y]
-#
-#
-#
-CONFIG_VIRTIO_MEM=m
--
2.27.0
2 years, 8 months
[OS-BUILD PATCH] [redhat] New configs in sound/soc
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
CONFIG_SND_SOC_AMD_RENOIR:
This option enables ACP support for Renoir platform
Symbol: SND_SOC_AMD_RENOIR [=n]
Type : tristate
Defined at sound/soc/amd/Kconfig:40
Prompt: AMD Audio Coprocessor - Renoir support
Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && X86 [=y] && PCI [=y]
Location:
-> Device Drivers
-> Sound card support (SOUND [=m])
-> Advanced Linux Sound Architecture (SND [=m])
-> ALSA for SoC audio support (SND_SOC [=m])
---
CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH:
This adds support for ASoC machine driver for Elkhart Lake
platform with RT5660 I2S audio codec.
Symbol: SND_SOC_INTEL_EHL_RT5660_MACH [=n]
Type : tristate
Defined at sound/soc/intel/boards/Kconfig:545
Prompt: EHL with RT5660 in I2S mode
Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_INTEL_MACH [=y] && SND_SOC_SOF_ELKHARTLAKE [=m] && I2C [=y] && ACPI [=y] && GPIOLIB [=y] && (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n]) && SND_HDA_CODEC_HDMI [=m] && SND_SOC_SOF_HDA_AUDIO_CODEC [=y]
Location:
-> Device Drivers
-> Sound card support (SOUND [=m])
-> Advanced Linux Sound Architecture (SND [=m])
-> ALSA for SoC audio support (SND_SOC [=m])
-> Intel Machine drivers (SND_SOC_INTEL_MACH [=y])
Selects: SND_SOC_RT5660 [=m] && SND_SOC_DMIC [=m]
---
CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH:
This adds support for ASoC machine driver for Intel platforms
with the Wolfson/Cirrus WM8804 I2S audio codec.
Say Y or m if you have such a device. This is a recommended option.
If unsure select "N".
Symbol: SND_SOC_INTEL_SOF_WM8804_MACH [=n]
Type : tristate
Defined at sound/soc/intel/boards/Kconfig:329
Prompt: SOF with Wolfson/Cirrus WM8804 codec
Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_INTEL_MACH [=y] && SND_SOC_SOF_APOLLOLAKE [=m] && I2C [=y] && ACPI [=y] && (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n])
Location:
-> Device Drivers
-> Sound card support (SOUND [=m])
-> Advanced Linux Sound Architecture (SND [=m])
-> ALSA for SoC audio support (SND_SOC [=m])
-> Intel Machine drivers (SND_SOC_INTEL_MACH [=y])
Selects: SND_SOC_WM8804_I2C [=n]
---
CONFIG_SND_SOC_ZL38060:
Support for ZL38060 Connected Home Audio Processor from Microsemi,
which consists of a Digital Signal Processor (DSP), several Digital
Audio Interfaces (DAIs), analog outputs, and a block of 14 GPIOs.
Symbol: SND_SOC_ZL38060 [=n]
Type : tristate
Defined at sound/soc/codecs/Kconfig:1660
Prompt: Microsemi ZL38060 Connected Home Audio Processor
Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SPI_MASTER [=y]
Location:
-> Device Drivers
-> Sound card support (SOUND [=m])
-> Advanced Linux Sound Architecture (SND [=m])
-> ALSA for SoC audio support (SND_SOC [=m])
-> CODEC drivers
Selects: GPIOLIB [=y] && REGMAP [=y]
Implied by [n]:
- SND_SOC_ALL_CODECS [=n] && SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && COMPILE_TEST [=n]
---
Cc: Jaroslav Kysela <jkysela(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_SND_SOC_AMD_RENOIR | 1 +
.../CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH | 1 +
.../CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH | 1 +
.../common/generic/CONFIG_SND_SOC_ZL38060 | 1 +
.../generic/CONFIG_SND_SOC_AMD_RENOIR | 18 --------------
.../CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH | 21 ----------------
.../CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH | 23 ------------------
.../generic/CONFIG_SND_SOC_ZL38060 | 24 -------------------
8 files changed, 4 insertions(+), 86 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR
create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_ZL38060
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_ZL38060
diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR b/redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR
new file mode 100644
index 000000000000..e13be681fb15
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR
@@ -0,0 +1 @@
+# CONFIG_SND_SOC_AMD_RENOIR is not set
diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH b/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
new file mode 100644
index 000000000000..0d02c9c93e6e
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
@@ -0,0 +1 @@
+# CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH is not set
diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH b/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
new file mode 100644
index 000000000000..cdb94d2f1aed
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
@@ -0,0 +1 @@
+# CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH is not set
diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_ZL38060 b/redhat/configs/common/generic/CONFIG_SND_SOC_ZL38060
new file mode 100644
index 000000000000..f860fb7e7444
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SND_SOC_ZL38060
@@ -0,0 +1 @@
+# CONFIG_SND_SOC_ZL38060 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR
deleted file mode 100644
index cd2ab90407fb..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONFIG_SND_SOC_AMD_RENOIR:
-#
-# This option enables ACP support for Renoir platform
-#
-# Symbol: SND_SOC_AMD_RENOIR [=n]
-# Type : tristate
-# Defined at sound/soc/amd/Kconfig:40
-# Prompt: AMD Audio Coprocessor - Renoir support
-# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && X86 [=y] && PCI [=y]
-# Location:
-# -> Device Drivers
-# -> Sound card support (SOUND [=m])
-# -> Advanced Linux Sound Architecture (SND [=m])
-# -> ALSA for SoC audio support (SND_SOC [=m])
-#
-#
-#
-# CONFIG_SND_SOC_AMD_RENOIR is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
deleted file mode 100644
index bc1e5017ded1..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH:
-#
-# This adds support for ASoC machine driver for Elkhart Lake
-# platform with RT5660 I2S audio codec.
-#
-# Symbol: SND_SOC_INTEL_EHL_RT5660_MACH [=n]
-# Type : tristate
-# Defined at sound/soc/intel/boards/Kconfig:545
-# Prompt: EHL with RT5660 in I2S mode
-# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_INTEL_MACH [=y] && SND_SOC_SOF_ELKHARTLAKE [=m] && I2C [=y] && ACPI [=y] && GPIOLIB [=y] && (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n]) && SND_HDA_CODEC_HDMI [=m] && SND_SOC_SOF_HDA_AUDIO_CODEC [=y]
-# Location:
-# -> Device Drivers
-# -> Sound card support (SOUND [=m])
-# -> Advanced Linux Sound Architecture (SND [=m])
-# -> ALSA for SoC audio support (SND_SOC [=m])
-# -> Intel Machine drivers (SND_SOC_INTEL_MACH [=y])
-# Selects: SND_SOC_RT5660 [=m] && SND_SOC_DMIC [=m]
-#
-#
-#
-# CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
deleted file mode 100644
index 202eaec68d54..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
+++ /dev/null
@@ -1,23 +0,0 @@
-# CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH:
-#
-# This adds support for ASoC machine driver for Intel platforms
-# with the Wolfson/Cirrus WM8804 I2S audio codec.
-# Say Y or m if you have such a device. This is a recommended option.
-# If unsure select "N".
-#
-# Symbol: SND_SOC_INTEL_SOF_WM8804_MACH [=n]
-# Type : tristate
-# Defined at sound/soc/intel/boards/Kconfig:329
-# Prompt: SOF with Wolfson/Cirrus WM8804 codec
-# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_INTEL_MACH [=y] && SND_SOC_SOF_APOLLOLAKE [=m] && I2C [=y] && ACPI [=y] && (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n])
-# Location:
-# -> Device Drivers
-# -> Sound card support (SOUND [=m])
-# -> Advanced Linux Sound Architecture (SND [=m])
-# -> ALSA for SoC audio support (SND_SOC [=m])
-# -> Intel Machine drivers (SND_SOC_INTEL_MACH [=y])
-# Selects: SND_SOC_WM8804_I2C [=n]
-#
-#
-#
-# CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_ZL38060 b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_ZL38060
deleted file mode 100644
index d5d86c32b886..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_ZL38060
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_SND_SOC_ZL38060:
-#
-# Support for ZL38060 Connected Home Audio Processor from Microsemi,
-# which consists of a Digital Signal Processor (DSP), several Digital
-# Audio Interfaces (DAIs), analog outputs, and a block of 14 GPIOs.
-#
-# Symbol: SND_SOC_ZL38060 [=n]
-# Type : tristate
-# Defined at sound/soc/codecs/Kconfig:1660
-# Prompt: Microsemi ZL38060 Connected Home Audio Processor
-# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SPI_MASTER [=y]
-# Location:
-# -> Device Drivers
-# -> Sound card support (SOUND [=m])
-# -> Advanced Linux Sound Architecture (SND [=m])
-# -> ALSA for SoC audio support (SND_SOC [=m])
-# -> CODEC drivers
-# Selects: GPIOLIB [=y] && REGMAP [=y]
-# Implied by [n]:
-# - SND_SOC_ALL_CODECS [=n] && SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && COMPILE_TEST [=n]
-#
-#
-#
-# CONFIG_SND_SOC_ZL38060 is not set
--
2.26.2
2 years, 8 months
[OS-BUILD PATCH] [redhat] New configs in init/Kconfig
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
CONFIG_DEFAULT_INIT:
This option determines the default init for the system if no init=
option is passed on the kernel command line. If the requested path is
not present, we will still then move on to attempting further
locations (e.g. /sbin/init, etc). If this is empty, we will just use
the fallback list when init= is not passed.
Symbol: DEFAULT_INIT [=]
Type : string
Defined at init/Kconfig:267
Prompt: Default init path
Location:
-> General setup
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../configs/common/generic/CONFIG_DEFAULT_INIT | 1 +
.../pending-common/generic/CONFIG_DEFAULT_INIT | 18 ------------------
2 files changed, 1 insertion(+), 18 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_DEFAULT_INIT
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_DEFAULT_INIT
diff --git a/redhat/configs/common/generic/CONFIG_DEFAULT_INIT b/redhat/configs/common/generic/CONFIG_DEFAULT_INIT
new file mode 100644
index 000000000000..f89ac0249ea0
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_DEFAULT_INIT
@@ -0,0 +1 @@
+CONFIG_DEFAULT_INIT=""
diff --git a/redhat/configs/pending-common/generic/CONFIG_DEFAULT_INIT b/redhat/configs/pending-common/generic/CONFIG_DEFAULT_INIT
deleted file mode 100644
index e49f35c9c1fe..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_DEFAULT_INIT
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONFIG_DEFAULT_INIT:
-#
-# This option determines the default init for the system if no init=
-# option is passed on the kernel command line. If the requested path is
-# not present, we will still then move on to attempting further
-# locations (e.g. /sbin/init, etc). If this is empty, we will just use
-# the fallback list when init= is not passed.
-#
-# Symbol: DEFAULT_INIT [=]
-# Type : string
-# Defined at init/Kconfig:267
-# Prompt: Default init path
-# Location:
-# -> General setup
-#
-#
-#
-CONFIG_DEFAULT_INIT=""
--
2.26.2
2 years, 9 months
[OS-BUILD PATCH] [redhat] New configs in net/sched
by GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" <jforbes(a)fedoraproject.org>
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
CONFIG_NET_ACT_GATE:
Say Y here to allow to control the ingress flow to be passed at
specific time slot and be dropped at other specific time slot by
the gate entry list.
If unsure, say N.
To compile this code as a module, choose M here: the
module will be called act_gate.
Symbol: NET_ACT_GATE [=n]
Type : tristate
Defined at net/sched/Kconfig:984
Prompt: Frame gate entry list control tc action
Depends on: NET [=y] && NET_SCHED [=y] && NET_CLS_ACT [=y]
Location:
-> Networking support (NET [=y])
-> Networking options
-> QoS and/or fair queueing (NET_SCHED [=y])
-> Actions (NET_CLS_ACT [=y])
---
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
---
.../common/generic/CONFIG_NET_ACT_GATE | 1 +
.../generic/CONFIG_NET_ACT_GATE | 24 -------------------
2 files changed, 1 insertion(+), 24 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_NET_ACT_GATE
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_NET_ACT_GATE
diff --git a/redhat/configs/common/generic/CONFIG_NET_ACT_GATE b/redhat/configs/common/generic/CONFIG_NET_ACT_GATE
new file mode 100644
index 000000000000..39e73e5da996
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_NET_ACT_GATE
@@ -0,0 +1 @@
+# CONFIG_NET_ACT_GATE is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_NET_ACT_GATE b/redhat/configs/pending-common/generic/CONFIG_NET_ACT_GATE
deleted file mode 100644
index 5fcea736be05..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_NET_ACT_GATE
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_NET_ACT_GATE:
-#
-# Say Y here to allow to control the ingress flow to be passed at
-# specific time slot and be dropped at other specific time slot by
-# the gate entry list.
-#
-# If unsure, say N.
-# To compile this code as a module, choose M here: the
-# module will be called act_gate.
-#
-# Symbol: NET_ACT_GATE [=n]
-# Type : tristate
-# Defined at net/sched/Kconfig:984
-# Prompt: Frame gate entry list control tc action
-# Depends on: NET [=y] && NET_SCHED [=y] && NET_CLS_ACT [=y]
-# Location:
-# -> Networking support (NET [=y])
-# -> Networking options
-# -> QoS and/or fair queueing (NET_SCHED [=y])
-# -> Actions (NET_CLS_ACT [=y])
-#
-#
-#
-# CONFIG_NET_ACT_GATE is not set
--
2.26.2
2 years, 9 months
[OS-BUILD PATCH] [redhat] New configs in drivers/video
by GitLab Bridge on behalf of jeremycline
From: Jeremy Cline <jcline(a)redhat.com>
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
CONFIG_BACKLIGHT_LED:
If you have a LCD backlight adjustable by LED class driver, say Y
to enable this driver.
Symbol: BACKLIGHT_LED [=n]
Type : tristate
Defined at drivers/video/backlight/Kconfig:459
Prompt: Generic LED based Backlight Driver
Depends on: HAS_IOMEM [=y] && BACKLIGHT_CLASS_DEVICE [=y] && LEDS_CLASS [=y] && OF [=y]
Location:
-> Device Drivers
-> Graphics support
-> Backlight & LCD device support
-> Lowlevel Backlight controls (BACKLIGHT_CLASS_DEVICE [=y])
Lyude isn't aware of anything that uses this currently, but noted that
that it's likely it will be needed for newer laptops and so recommended
"m".
---
Cc: Lyude Paul <lyude(a)redhat.com>
Cc: Prarit Bhargava <prarit(a)redhat.com>
---
.../generic/CONFIG_BACKLIGHT_LED | 0
.../generic/CONFIG_BACKLIGHT_LED | 19 -------------------
2 files changed, 19 deletions(-)
rename redhat/configs/{fedora => common}/generic/CONFIG_BACKLIGHT_LED (100%)
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_BACKLIGHT_LED
diff --git a/redhat/configs/fedora/generic/CONFIG_BACKLIGHT_LED b/redhat/configs/common/generic/CONFIG_BACKLIGHT_LED
similarity index 100%
rename from redhat/configs/fedora/generic/CONFIG_BACKLIGHT_LED
rename to redhat/configs/common/generic/CONFIG_BACKLIGHT_LED
diff --git a/redhat/configs/pending-common/generic/CONFIG_BACKLIGHT_LED b/redhat/configs/pending-common/generic/CONFIG_BACKLIGHT_LED
deleted file mode 100644
index f765b88f02ff..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_BACKLIGHT_LED
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_BACKLIGHT_LED:
-#
-# If you have a LCD backlight adjustable by LED class driver, say Y
-# to enable this driver.
-#
-# Symbol: BACKLIGHT_LED [=n]
-# Type : tristate
-# Defined at drivers/video/backlight/Kconfig:459
-# Prompt: Generic LED based Backlight Driver
-# Depends on: HAS_IOMEM [=y] && BACKLIGHT_CLASS_DEVICE [=y] && LEDS_CLASS [=y] && OF [=y]
-# Location:
-# -> Device Drivers
-# -> Graphics support
-# -> Backlight & LCD device support
-# -> Lowlevel Backlight controls (BACKLIGHT_CLASS_DEVICE [=y])
-#
-#
-#
-# CONFIG_BACKLIGHT_LED is not set
--
2.26.2
2 years, 9 months
[OS-BUILD PATCH] [redhat] New configs in net/ipv6
by GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" <jforbes(a)fedoraproject.org>
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
CONFIG_INET6_ESPINTCP:
Support for RFC 8229 encapsulation of ESP and IKE over
TCP/IPv6 sockets.
If unsure, say N.
Symbol: INET6_ESPINTCP [=n]
Type : bool
Defined at net/ipv6/Kconfig:91
Prompt: IPv6: ESP in TCP encapsulation (RFC 8229)
Depends on: NET [=y] && INET [=y] && IPV6 [=y] && XFRM [=y] && INET6_ESP [=m]
Location:
-> Networking support (NET [=y])
-> Networking options
-> TCP/IP networking (INET [=y])
-> The IPv6 protocol (IPV6 [=y])
-> IPv6: ESP transformation (INET6_ESP [=m])
Selects: STREAM_PARSER [=y] && NET_SOCK_MSG [=y] && XFRM_ESPINTCP [=y]
---
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
---
.../common/generic/CONFIG_INET6_ESPINTCP | 1 +
.../generic/CONFIG_INET6_ESPINTCP | 23 -------------------
2 files changed, 1 insertion(+), 23 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_INET6_ESPINTCP
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_INET6_ESPINTCP
diff --git a/redhat/configs/common/generic/CONFIG_INET6_ESPINTCP b/redhat/configs/common/generic/CONFIG_INET6_ESPINTCP
new file mode 100644
index 000000000000..1b4ebe140e27
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_INET6_ESPINTCP
@@ -0,0 +1 @@
+# CONFIG_INET6_ESPINTCP is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_INET6_ESPINTCP b/redhat/configs/pending-common/generic/CONFIG_INET6_ESPINTCP
deleted file mode 100644
index b25df3812966..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_INET6_ESPINTCP
+++ /dev/null
@@ -1,23 +0,0 @@
-# CONFIG_INET6_ESPINTCP:
-#
-# Support for RFC 8229 encapsulation of ESP and IKE over
-# TCP/IPv6 sockets.
-#
-# If unsure, say N.
-#
-# Symbol: INET6_ESPINTCP [=n]
-# Type : bool
-# Defined at net/ipv6/Kconfig:91
-# Prompt: IPv6: ESP in TCP encapsulation (RFC 8229)
-# Depends on: NET [=y] && INET [=y] && IPV6 [=y] && XFRM [=y] && INET6_ESP [=m]
-# Location:
-# -> Networking support (NET [=y])
-# -> Networking options
-# -> TCP/IP networking (INET [=y])
-# -> The IPv6 protocol (IPV6 [=y])
-# -> IPv6: ESP transformation (INET6_ESP [=m])
-# Selects: STREAM_PARSER [=y] && NET_SOCK_MSG [=y] && XFRM_ESPINTCP [=y]
-#
-#
-#
-# CONFIG_INET6_ESPINTCP is not set
--
2.26.2
2 years, 10 months
[OS-BUILD PATCH] redhat/configs: Cleanup CONFIG_CRYPTO_SHA512
by GitLab Bridge on behalf of prarit
From: Prarit Bhargava <prarit(a)redhat.com>
dzickus pointed out that my change is not optimal. CONFIG_CRYPTO_SHA512
can be moved to the common/generic directory since it is enabled on
both Fedora and ARK.
Cleanup the CONFIG_CRYPTO_SHA512 files.
Signed-off-by: Prarit Bhargava <prarit(a)redhat.com>
Cc: dzickus(a)redhat.com
Cc: jforbes(a)redhat.com
---
redhat/configs/{ark => common}/generic/CONFIG_CRYPTO_SHA512 | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename redhat/configs/{ark => common}/generic/CONFIG_CRYPTO_SHA512 (100%)
diff --git a/redhat/configs/ark/generic/CONFIG_CRYPTO_SHA512 b/redhat/configs/common/generic/CONFIG_CRYPTO_SHA512
similarity index 100%
rename from redhat/configs/ark/generic/CONFIG_CRYPTO_SHA512
rename to redhat/configs/common/generic/CONFIG_CRYPTO_SHA512
--
GitLab
2 years, 11 months
[OS-BUILD PATCH] [redhat] New configs in drivers/firmware
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
CONFIG_EFI_CUSTOM_SSDT_OVERLAYS:
Allow loading of an ACPI SSDT overlay from an EFI variable specified
by a kernel command line option.
See Documentation/admin-guide/acpi/ssdt-overlays.rst for more
information.
Symbol: EFI_CUSTOM_SSDT_OVERLAYS [=y]
Type : bool
Defined at drivers/firmware/efi/Kconfig:282
Prompt: Load custom ACPI SSDT overlay from an EFI variable
Depends on: EFI_VARS [=y] && ACPI [=y]
Location:
-> Firmware Drivers
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS | 1 +
.../generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS | 19 -------------------
2 files changed, 1 insertion(+), 19 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS
diff --git a/redhat/configs/common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS b/redhat/configs/common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS
new file mode 100644
index 000000000000..e2c7e30e6b05
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS
@@ -0,0 +1 @@
+CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y
diff --git a/redhat/configs/pending-common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS b/redhat/configs/pending-common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS
deleted file mode 100644
index fc032cb4eb88..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_EFI_CUSTOM_SSDT_OVERLAYS
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_EFI_CUSTOM_SSDT_OVERLAYS:
-#
-# Allow loading of an ACPI SSDT overlay from an EFI variable specified
-# by a kernel command line option.
-#
-# See Documentation/admin-guide/acpi/ssdt-overlays.rst for more
-# information.
-#
-# Symbol: EFI_CUSTOM_SSDT_OVERLAYS [=y]
-# Type : bool
-# Defined at drivers/firmware/efi/Kconfig:282
-# Prompt: Load custom ACPI SSDT overlay from an EFI variable
-# Depends on: EFI_VARS [=y] && ACPI [=y]
-# Location:
-# -> Firmware Drivers
-#
-#
-#
-CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y
--
GitLab
2 years, 11 months
[OS-BUILD PATCH] [redhat] New configs in drivers/mfd
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
CONFIG_MFD_MP2629:
Select this option to enable support for Monolithic Power Systems
battery charger. This provides ADC, thermal and battery charger power
management functions.
Symbol: MFD_MP2629 [=n]
Type : tristate
Defined at drivers/mfd/Kconfig:452
Prompt: Monolithic Power Systems MP2629 ADC and Battery charger
Depends on: HAS_IOMEM [=y] && I2C [=y]
Location:
-> Device Drivers
-> Multifunction device drivers
Selects: REGMAP_I2C [=m]
---
CONFIG_MFD_MT6360:
Say Y here to enable MT6360 PMU/PMIC/LDO functional support.
PMU part includes Charger, Flashlight, RGB LED
PMIC part includes 2-channel BUCKs and 2-channel LDOs
LDO part includes 4-channel LDOs
Symbol: MFD_MT6360 [=n]
Type : tristate
Defined at drivers/mfd/Kconfig:911
Prompt: Mediatek MT6360 SubPMIC
Depends on: HAS_IOMEM [=y] && I2C [=y]
Location:
-> Device Drivers
-> Multifunction device drivers
Selects: MFD_CORE [=y] && REGMAP_I2C [=m] && REGMAP_IRQ [=y]
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../configs/common/generic/CONFIG_MFD_MP2629 | 1 +
.../configs/common/generic/CONFIG_MFD_MT6360 | 1 +
.../pending-common/generic/CONFIG_MFD_MP2629 | 19 ------------------
.../pending-common/generic/CONFIG_MFD_MT6360 | 20 -------------------
4 files changed, 2 insertions(+), 39 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_MFD_MP2629
create mode 100644 redhat/configs/common/generic/CONFIG_MFD_MT6360
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_MFD_MP2629
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_MFD_MT6360
diff --git a/redhat/configs/common/generic/CONFIG_MFD_MP2629 b/redhat/configs/common/generic/CONFIG_MFD_MP2629
new file mode 100644
index 000000000000..2bbfa6798c28
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_MFD_MP2629
@@ -0,0 +1 @@
+# CONFIG_MFD_MP2629 is not set
diff --git a/redhat/configs/common/generic/CONFIG_MFD_MT6360 b/redhat/configs/common/generic/CONFIG_MFD_MT6360
new file mode 100644
index 000000000000..34ddea555002
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_MFD_MT6360
@@ -0,0 +1 @@
+# CONFIG_MFD_MT6360 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_MFD_MP2629 b/redhat/configs/pending-common/generic/CONFIG_MFD_MP2629
deleted file mode 100644
index ab50ee3da837..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_MFD_MP2629
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_MFD_MP2629:
-#
-# Select this option to enable support for Monolithic Power Systems
-# battery charger. This provides ADC, thermal and battery charger power
-# management functions.
-#
-# Symbol: MFD_MP2629 [=n]
-# Type : tristate
-# Defined at drivers/mfd/Kconfig:452
-# Prompt: Monolithic Power Systems MP2629 ADC and Battery charger
-# Depends on: HAS_IOMEM [=y] && I2C [=y]
-# Location:
-# -> Device Drivers
-# -> Multifunction device drivers
-# Selects: REGMAP_I2C [=m]
-#
-#
-#
-# CONFIG_MFD_MP2629 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_MFD_MT6360 b/redhat/configs/pending-common/generic/CONFIG_MFD_MT6360
deleted file mode 100644
index c12a9433572a..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_MFD_MT6360
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_MFD_MT6360:
-#
-# Say Y here to enable MT6360 PMU/PMIC/LDO functional support.
-# PMU part includes Charger, Flashlight, RGB LED
-# PMIC part includes 2-channel BUCKs and 2-channel LDOs
-# LDO part includes 4-channel LDOs
-#
-# Symbol: MFD_MT6360 [=n]
-# Type : tristate
-# Defined at drivers/mfd/Kconfig:911
-# Prompt: Mediatek MT6360 SubPMIC
-# Depends on: HAS_IOMEM [=y] && I2C [=y]
-# Location:
-# -> Device Drivers
-# -> Multifunction device drivers
-# Selects: MFD_CORE [=y] && REGMAP_I2C [=m] && REGMAP_IRQ [=y]
-#
-#
-#
-# CONFIG_MFD_MT6360 is not set
--
2.26.2
2 years, 11 months