From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1383
Enable Elkhart Lake Quadrature Encoder Peripheral support for both RHEL and Fedora.
Signed-off-by: Prarit Bhargava prarit@redhat.com
--- redhat/configs/common/generic/x86/x86_64/CONFIG_COUNTER | 1 + redhat/configs/common/generic/x86/x86_64/CONFIG_INTEL_QEP | 1 + redhat/configs/common/generic/x86/x86_64/CONFIG_INTERRUPT_CNT | 1 + redhat/configs/common/generic/CONFIG_DMA_RESTRICTED_POOL | 1 + redhat/configs/pending-common/generic/CONFIG_DMA_RESTRICTED_POOL | 11 ---------- 5 files changed, 4 insertions(+), 11 deletions(-)
From: Fedora Kernel Team kernel-team@fedoraproject.org
[redhat] New configs in kernel/dma
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.
Symbol: DMA_RESTRICTED_POOL [=n] Type : bool Defined at kernel/dma/Kconfig:83 Prompt: DMA Restricted Pool Depends on: OF [=y] && OF_RESERVED_MEM [=y] && SWIOTLB [=y] Location: -> Library routines
---
Cc: Jerry Snitselaar jsnitsel@redhat.com Cc: Donald Dutile ddutile@redhat.com Cc: Clark Williams williams@redhat.com Cc: Joel Savitz jsavitz@redhat.com Cc: Lucas Zampieri lzampier@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org
diff --git a/redhat/configs/common/generic/CONFIG_DMA_RESTRICTED_POOL b/redhat/configs/common/generic/CONFIG_DMA_RESTRICTED_POOL new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_DMA_RESTRICTED_POOL @@ -0,0 +1 @@ +# CONFIG_DMA_RESTRICTED_POOL is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_DMA_RESTRICTED_POOL b/redhat/configs/pending-common/generic/CONFIG_DMA_RESTRICTED_POOL deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-common/generic/CONFIG_DMA_RESTRICTED_POOL +++ /dev/null @@ -1,11 +0,0 @@ -# Symbol: DMA_RESTRICTED_POOL [=n] -# Type : bool -# Defined at kernel/dma/Kconfig:83 -# Prompt: DMA Restricted Pool -# Depends on: OF [=y] && OF_RESERVED_MEM [=y] && SWIOTLB [=y] -# Location: -# -> Library routines -# -# -# -# CONFIG_DMA_RESTRICTED_POOL is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1383
From: Prarit Bhargava prarit@redhat.com
x86_64: Enable Elkhart Lake Quadrature Encoder Peripheral support
Enable Elkhart Lake Quadrature Encoder Peripheral support for both RHEL and Fedora.
Signed-off-by: Prarit Bhargava prarit@redhat.com
diff --git a/redhat/configs/common/generic/x86/x86_64/CONFIG_COUNTER b/redhat/configs/common/generic/x86/x86_64/CONFIG_COUNTER new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/x86/x86_64/CONFIG_COUNTER @@ -0,0 +1 @@ +CONFIG_COUNTER=m diff --git a/redhat/configs/common/generic/x86/x86_64/CONFIG_INTEL_QEP b/redhat/configs/common/generic/x86/x86_64/CONFIG_INTEL_QEP new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/x86/x86_64/CONFIG_INTEL_QEP @@ -0,0 +1 @@ +CONFIG_INTEL_QEP=m diff --git a/redhat/configs/common/generic/x86/x86_64/CONFIG_INTERRUPT_CNT b/redhat/configs/common/generic/x86/x86_64/CONFIG_INTERRUPT_CNT new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/x86/x86_64/CONFIG_INTERRUPT_CNT @@ -0,0 +1 @@ +# CONFIG_INTERRUPT_CNT is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1383
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1383#note_6763749...
Fine with turning this on, though it does open up some dependent config options. CONFIG_INTERRUPT_CNT at the minimum needs to be set.
From: Jerry Snitselaar on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1383#note_6763945...
Acked-by: Jerry Snitselaar jsnitsel@redhat.com (via approve button)
kernel@lists.fedoraproject.org