Skip to content

QCLINUX: qcom-configs: add XDP kernel configuration - #1742

Open
Eshitha oyyavuru (kppeoyyavuru) wants to merge 81 commits into
qualcomm-linux:tech/all/configfrom
kppeoyyavuru:dpdk_conf
Open

QCLINUX: qcom-configs: add XDP kernel configuration#1742
Eshitha oyyavuru (kppeoyyavuru) wants to merge 81 commits into
qualcomm-linux:tech/all/configfrom
kppeoyyavuru:dpdk_conf

Conversation

@kppeoyyavuru

@kppeoyyavuru Eshitha oyyavuru (kppeoyyavuru) commented Aug 24, 2026

Copy link
Copy Markdown

Add xdp.cfg with the BPF and XDP-related kernel options required for AF_XDP support used by DPDK net_af_xdp PMD.

CRs-Fixed: 4663038

Komal Bajaj and others added 30 commits July 27, 2026 21:02
Add prune.config fragment to disable support for non-Qualcomm
architectures. This helps reduce boot image size and improves
kernel build KPIs by trimming unnecessary configuration options.

Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
…eaps

The `qcom.config` file serves as a Qualcomm-specific kernel configuration
fragment used to enable features required by Qualcomm SoCs. It helps
ensure that essential features and subsystems required by Qualcomm
platforms are enabled.

This initial version of `qcom.config` enables DMABUF heap support,
including the system heap and default CMA heap. These configurations
are essential for buffer sharing across subsystems such as camera,
display, and DSP on Qualcomm platforms like qcs6490.

Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Add Coresight configs to enable Coresight device drivers on mainline.

Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
Enable ZRAM defconfig on qcom.config. This empowers users to use the
compressed block devices for usecases, eg: swap device on zram.

Tested: make ARCH=arm64 menuconfig defconfig qcom.config, booted with
this configuration on QEMU and verified if /dev/zram0 is exist.

Signed-off-by: Charan Teja Kalla <charan.kalla@oss.qualcomm.com>
Enabled key configs for thermal management (CPU_IDLE_THERMAL,
IDLE_INJECT), scheduler (SCHED_DEBUG, SCHEDSTATS, TRACE_MMIO_ACCESS),
and power control (POWERCAP, UCLAMP_TASK). Also enabled KPROBES,
PAN emulation and watchdog pretimeout panic governor for improved
instrumentation and security.

Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Enabled various debug-related kernel config options to improve system
diagnostics and aid in development and issue analysis.

Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Add STM configs to enable STM functions, like stm ftrace and stm
heartbeat.

Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
Enabled key config of Crypto (CONFIG_CRYPTO_USER_API,
CONFIG_CRYPTO_USER_API_HASH, CONFIG_CRYPTO_USER_API_SKCIPHER,
CONFIG_CRYPTO_USER_API_AEAD). And else for support ICE config.

Signed-off-by: Wenjia Zhang <wenjia.zhang@oss.qualcomm.com>
Enable SENSOR_AMC6821 defconfig to enable fan controller support.

Signed-off-by: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>
Enable the config for the QCA808X ethernet PHY driver. Ethernet is non
functional without this driver on Lemans and Monaco EVK.

Signed-off-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
Enable QCOM EDAC driver support for QCOM SoCs.

Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Enable WLAN related debug configs.

Signed-off-by: Yingying Tang <yingying.tang@oss.qualcomm.com>
Enable ATH reg setting, then user can change country code by
netlink command.

Signed-off-by: Yingying Tang <yingying.tang@oss.qualcomm.com>
Enable as modules the BT_BNEP and BT_RFCOMM drivers
which are required for Bluetooth profiles such as PAN
and SPP. Without these modules, PAN and SPP functionality
will not be available. Enable UHID support to allow HID
over GATT operations. Without this, user-space cannot
create virtual HID devices, which impacts HID profile
usage over Bluetooth.

Signed-off-by: Wei Deng <wei.deng@oss.qualcomm.com>
Enable various PM configs to enable suspend-resume.

Signed-off-by: Maulik Shah <maulik.shah@oss.qualcomm.com>
Enabled various power management debug related kernel config options
to improve system diagnostics and aid in development and issue analysis.

Signed-off-by: Maulik Shah <maulik.shah@oss.qualcomm.com>
…nfigs"

Revert commit 68f6c9a.
Enabling ICE-related configurations causes crashes on the lemans-evk
device, so this change is being reverted until the issue is resolved.

Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
CrosVM supports vCPU Stall watchdog. QEMU supports I6300 ESB watchdog.
Enable corresponding drivers for Guest VM usecases.

Signed-off-by: Nikhil V <nikhil.v@oss.qualcomm.com>
Removed UBSAN, KASAN, kmemleak, lock proving, and function tracing from
debug.config to reduce bootup time and prevent probe deferring issues.

Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Added the required configs to enable host kernel accelerator for
virtio net(vhost-net) and virtual socket protocol(vsock).

Signed-off-by: Nikhil V <nikhil.v@oss.qualcomm.com>
Enable CONFIG_SND_SOC_DMIC as a module in the arm64 defconfig
to support digital microphone functionality on Qualcomm's
Monaco and Lemans platforms.

Link: https://lore.kernel.org/r/20260427094131.607583-1-ravi.hothi@oss.qualcomm.com
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Ravi Hothi <ravi.hothi@oss.qualcomm.com>
Enable Gunyah watchdog driver for rb3gen2.

Signed-off-by: Shivendra Pratap <shivendra.pratap@oss.qualcomm.com>
Enable UINPUT, which is required for BT AVRC profile
to register the events and All passthrough commands
of AVRCP will be listed in this event under /dev/input/

Signed-off-by: Raghavender Reddy Bujala <rbujala@qti.qualcomm.com>
Enable SENSOR_EMC2305 defconfig to enable fan controller support.

Signed-off-by: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>
Enabled PREEMPT_RT in new rt.config to enable RT kernel features.

Signed-off-by: Anurag Pateriya <apateriy@qti.qualcomm.com>
On Lemans and Monaco EVK platforms the boot-from-SD-card feature requires
an IO expander to be enabled at an early stage to detect the SD card. This
IO expander is connected over I2C.

Currently the I2C driver is built as a loadable module which resides on the
SD card along with other modules. This creates a circular dependency where
to detect the SD card the IO expander must be initialized the IO expander
depends on the I2C driver and the I2C driver is on the SD card which cannot
be accessed until detection succeeds.

To break this dependency enable I2C_QCOM_GENI as built-in so that the
driver is available during early boot.

Signed-off-by: Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
Adding config options for Kubernetes support in qcom.config

Signed-off-by: Anurag Pateriya <apateriy@qti.qualcomm.com>
RB3GEN2 on v6.19-rc2 crashes in qcom_ice_probe() and fails to boot.
Disable inline crypto (ICE) and UFS crypto as a temporary workaround.

Disabled:
 - CONFIG_QCOM_INLINE_CRYPTO_ENGINE
 - CONFIG_SCSI_UFS_CRYPTO

Will be reverted once ICE probe is fixed.

Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Enable Remoteproc cooling feature config.

Signed-off-by: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com>
Enable CONFIG_CONNECTOR and CONFIG_PROC_EVENTS to allow userspace
to receive process lifecycle events (fork/exec/exit) via the proc
connector over netlink.

Signed-off-by: Jagadeesh Pagadala <jpagadal@qti.qualcomm.com>
apateriy-qcom and others added 19 commits July 27, 2026 21:02
Set the deferred probe timeout to 60 seconds in the Qualcomm config
fragment.With the kernel default of 10s ,we are observing probe deferrals
on Qualcomm platforms where supplier drivers (e.g. regulators, clocks)
are probing late; 60s gives sufficient margin without waiting indefinitely.

Signed-off-by: Anurag Pateriya <apateriy@qti.qualcomm.com>
Add configs for ATH11K/ATH12K debug/coredump/tracing, CMA debug,
pstore/EFI vars, ftrace extensions (dynamic ftrace with args/call-ops/
direct-calls, hwlat/timerlat/sched tracers, snapshot),
lockup detectors, lock debugging (spinlock, rwsems, list),
DMABUF sysfs stats, WQ watchdog, PM debug, and various other
debug instrumentation.

These configs are already part of QLI.1.0.
Adding them to QLI.2.0 and QLI mainline.

Signed-off-by: Anurag Pateriya <apateriy@qti.qualcomm.com>
Enable the IXGBE and IXGBEVF drivers to support the Intel X550 T2 NIC on
QLI boards with SR-IOV support.

Signed-off-by: Hariprasad kelam <kelam@qti.qualcomm.com>
The Shikra EVK boards have an RGMII TI PHY connected to the dual EMACs
of the SoC. Remove its config from prune.config to enable its driver.

Signed-off-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
Enable the extensible scheduling class (SCX) which allows BPF-based
scheduling policies. Also enable its cgroup dependencies:

- CONFIG_SCHED_CLASS_EXT=y   -- core sched_ext class

BTF support (DEBUG_INFO_BTF, DEBUG_INFO_BTF_MODULES) is enabled
which is required by SCHED_CLASS_EXT and also needed for
BPF CO-RE and kernel module BTF.

Signed-off-by: Ashay Jaiswal <ashay.jaiswal@oss.qualcomm.com>
…a SoC

Enable the video, camera and gpu clock controllers for their respective
functionalities on the Qualcomm Eliza boards.

Link: https://lore.kernel.org/r/20260317-eliza_mm_clock_controllers_v1-v1-7-4696eeda8cfb@oss.qualcomm.com
Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com>
Enable CONFIG_DMA_CMA as a dependency to allow the DMA-BUF heap
configs (DMABUF_HEAPS, DMABUF_HEAPS_CMA, DMABUF_HEAPS_SYSTEM) to
be selected in qcom.config.

Signed-off-by: Bibek Kumar Patro <bibek.patro@oss.qualcomm.com>
This reverts commit 2549688.

These changes are superseded by the BCL v2 patch series.

Signed-off-by: Dipa Ramesh Mantre <dipa.mantre@oss.qualcomm.com>
Enable Qualcomm pmic BCL driver config.

Signed-off-by: Dipa Ramesh Mantre <dipa.mantre@oss.qualcomm.com>
Enable CONFIG_XDP_SOCKETS to support AF_XDP zero-copy networking on
Qualcomm platforms. AF_XDP provides a high-performance path for packet
processing by allowing XDP programs to redirect frames directly to
userspace via shared memory rings, bypassing the normal kernel network
stack.

Signed-off-by: Rajkumar Patel <patel.rajkumar@oss.qualcomm.com>
Enable CONFIG_HOTPLUG_PCI_PCIE to support native PCIe hotplug
controllers on arm64 platforms.

Link: https://lore.kernel.org/r/20260728-hotplug_pci-v1-1-d1f38cfb9122@oss.qualcomm.com
Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com>
Enable ATH10K debug, debugfs, tracing, and devcoredump support in
kernel/configs/debug.config. This complements the existing Qualcomm WLAN
debug configs for ATH11K and ATH12K and enables ath10k firmware crash
debugging.

Signed-off-by: Linghui Wu <linghui.wu@oss.qualcomm.com>
Set CONFIG_SWIOTLB_DEFAULT_SIZE_MB=2 to reduce the default
SWIOTLB pool size from 64 MiB to 2 MiB.

This lowers kernel reserved memory and increases available
RAM for user space.

Signed-off-by: Jagadeesh Pagadala <jpagadal@qti.qualcomm.com>
KASLR randomizes the kernel load address at boot to mitigate address
leak exploits. While essential for production, it hinders debugging:
breakpoints become unreliable, crash dump analysis is harder, and
stack trace symbolication requires a fixed base address. Thus, disable
CONFIG_RANDOMIZE_BASE in debug.config only.

Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
CONFIG_FUNCTION_TRACER is useful for custom schedulers, so enable it in
default build.

Signed-off-by: Ankit Sharma <ankit.sharma@oss.qualcomm.com>
Update the config to enable the STM OST protocol for transferring trace
data.

Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
Add CONFIG_VIDEO_OV08X40=m to enable the OmniVision OV08X40
CSIPHY4 in four lane mode.

Signed-off-by: Nihal Kumar Gupta <nihal.gupta@oss.qualcomm.com>
The Qualcomm SOCs device tree i.e. lemans, monaco, describe ADC5 Gen3
channels for the PMM8654au PMICs and connects the PMIC temperature
alarm nodes to their DIE_TEMP ADC channels. However, the ADC5 Gen3
driver is not enabled in arm64 defconfig.

Without the driver, the ADC providers do not register and the PMIC
temperature alarm devices cannot obtain their ADC channels. As a
result, the corresponding thermal zones are not registered.

Enable CONFIG_QCOM_SPMI_ADC5_GEN3 as a module to support the ADC nodes
and ADC-backed PMIC thermal monitoring on the Lemans platform.

Link: https://lore.kernel.org/all/20260807-arm64-defconfig-adc5-gen3-v1-1-507521835ec2@oss.qualcomm.com/
Signed-off-by: Raj Aryan <raj.aryan@oss.qualcomm.com>
On Glymur, the PMIC RTC alarm IRQ cannot be delivered over SPMI to
rtc-pm8xxx, because that permission is routed to the charger firmware
running on a remote subsystem instead. The rtc-glink driver requests
RTC time/alarm access over the existing PMIC GLINK channel to work
around this.

Enable CONFIG_RTC_DRV_QCOM_GLINK as a module so the reference arm64
defconfig covers this driver on Glymur.

Depends-on: series ("rtc: Add Qualcomm PMIC RTC-GLINK support for
Glymur") from Kamal Wadhwa <kamal.wadhwa@oss.qualcomm.com>
Link: https://lore.kernel.org/all/20260807-rtc-glink-cleanup-v1-0-7801e4d69c4f@oss.qualcomm.com/

Link: https://lore.kernel.org/all/20260821-rtc-glink-defconfig-v1-1-3e989bec1151@oss.qualcomm.com/
Signed-off-by: Kamal Wadhwa <kamal.wadhwa@oss.qualcomm.com>
@qcomlnxci
qcomlnxci requested a review from a team August 24, 2026 11:23
@qlijarvis

Copy link
Copy Markdown

PR #1742 — validate-patch

PR: #1742

Verdict Issues Detailed Report
0 Full report

Final Summary

  1. Lore link present: No — vendor-specific config change; no lore link expected, but QCLINUX: prefix is required
  2. Lore link matches PR commits: N/A — no lore link to compare against
  3. Upstream patch status: N/A — vendor-only change, not posted upstream (correct for config fragment)
  4. PR present in qcom-next/topics: Fail - 1/1 commit(s) are missing from both qcom-next and topics
Verdict: ❌ — click to expand

🔍 Patch Validation

PR: #1742 - qcom-configs: add XDP kernel configuration
Upstream commit: N/A
Verdict: ❌ FAIL

Commit Message

Check Status Note
Subject matches upstream N/A No upstream source; vendor-specific config change
Body preserves rationale ⚠️ Mentions "xdp.cfg" but modifies qcom.config
Fixes tag present/correct N/A Not a bug fix
Authorship preserved N/A Original vendor commit
Backport note (if applicable) N/A Not a backport

Diff

File Status Notes
arch/arm64/configs/qcom.config Adds 3 BPF/XDP config options in correct alphabetical position

Issues

  1. Missing QCLINUX: prefix — This is a vendor-specific kernel configuration change to arch/arm64/configs/qcom.config. According to kernel-topics conventions, vendor-only commits must be prefixed with QCLINUX:. The subject should be: QCLINUX: qcom-configs: add XDP kernel configuration

  2. Commit message inconsistency — The commit body mentions "Add xdp.cfg" but the actual file modified is qcom.config, not a separate xdp.cfg file. The message should be corrected to: "Add BPF and XDP-related kernel options to qcom.config"

  3. Missing from integration branches — The commit is not present in qcom-next or any kernel topic branch. For a vendor config change, this should typically be present in at least one topic branch before PR submission.

Verdict

Reject — The commit must be amended to add the QCLINUX: prefix and correct the commit message body before merging.

Final Summary

  1. Lore link present: No — vendor-specific config change; no lore link expected, but QCLINUX: prefix is required
  2. Lore link matches PR commits: N/A — no lore link to compare against
  3. Upstream patch status: N/A — vendor-only change, not posted upstream (correct for config fragment)
  4. PR present in qcom-next/topics: Fail — 1/1 commit(s) are missing from both qcom-next and topics

Deterministic Integration Presence

Integration Presence Report

This report is generated by Jarvis before validate-patch runs.
It is the authoritative source for whether PR changes are already present
in qcom-next or in the kernel topic branches.

Kernel repo: /local/mnt/workspace/sgaud/Qgenie/image_pipeline/kernel
qcom-next ref: 3c1e80ceb9fb6978aa94bc0624e7c0003f3b4f6e
topics remote: topics -> https://github.com/qualcomm-linux/kernel-topics
topics fetch: fetched

Commit Subject qcom-next topics Final
1/1 [PATCH] qcom-configs: add XDP kernel configuration missing - no subject, patch-id, or full tree-content match found missing - no subject, patch-id, or full tree-content match found missing

Final Status

overall_status: FAIL
present_commits: 0/1
partial_commits: 0/1
missing_commits: 1/1
topics_checked_for_commits: 1/1
final_summary: PR present in qcom-next/topics: Fail - 1/1 commit(s) are missing from both qcom-next and topics

@qlijarvis

Copy link
Copy Markdown

PR #1742 — checker-log-analyzer

PR: #1742
Checker run: https://github.com/qualcomm-linux/kernel-config/actions/runs/32721636613

Checker Result Summary
Checker Result Summary
checkpatch Missing Signed-off-by line
dt-binding-check ⏭️ No DT binding changes
dtb-check ⏭️ No devicetree changes
sparse-check ⏭️ No C/H file changes
check-uapi-headers ⏭️ No UAPI changes
check-patch-compliance Missing required subject prefix
tag-check Subject prefix required (unless targeting qcom-next/qcom-next-staging)

Detailed report: Full report

Checker analysis — click to expand

🤖 CI Checker Analysis (checker-log-analyzer)

PR: #1742 - qcom-configs: add XDP kernel configuration
Source: https://github.com/qualcomm-linux/kernel-config/actions/runs/32721636613

Checker Result Summary
checkpatch Missing Signed-off-by line
dt-binding-check ⏭️ No DT binding changes
dtb-check ⏭️ No devicetree changes
sparse-check ⏭️ No C/H file changes
check-uapi-headers ⏭️ No UAPI changes
check-patch-compliance Missing required subject prefix
tag-check Subject prefix required (unless targeting qcom-next/qcom-next-staging)

❌ checkpatch

Root cause: Commit 1337c74 is missing the mandatory Signed-off-by: trailer.

Failure details:

ERROR: Missing Signed-off-by: line(s)

1337c74ae3c0f71c8d88c2c8cd77cc0e93084cbe total: 1 errors, 0 warnings, 0 checks, 9 lines checked

Commit 1337c74ae3c0 ("qcom-configs: add XDP kernel configuration") has style problems, please review.

Fix: Add the Signed-off-by: line to the commit message:

git rebase -i <base_sha>   # mark commit 1337c74ae3c0 as 'edit'
git commit --amend -s      # adds Signed-off-by automatically
git rebase --continue

Or manually add to the commit body:

Signed-off-by: Eshitha Oyyavuru <eoyyavur@qti.qualcomm.com>

Reproduce locally:

./scripts/checkpatch.pl --strict --ignore FILE_PATH_CHANGES --git 744d3e1904e3..68b9c24c123e

❌ check-patch-compliance

Root cause: Commit subject "qcom-configs: add XDP kernel configuration" does not start with a required prefix tag.

Failure details:

Checking commit: qcom-configs: add XDP kernel configuration
Commit summary does not start with a required prefix

Fix: Add one of the required prefixes to the commit subject:

Prefix Use when
FROMLIST: Patch posted to lore.kernel.org
FROMGIT: Patch from a maintainer git tree
UPSTREAM: Patch merged into Linus's mainline
BACKPORT: Upstream patch with modifications
QCLINUX: Vendor-only change (note: will still fail this checker)

For a config-only vendor change like this, use:

git rebase -i <base_sha>   # mark commit as 'edit'
git commit --amend -m "QCLINUX: qcom-configs: add XDP kernel configuration"
git rebase --continue

Note: QCLINUX: prefix is not accepted by check-patch-compliance (known limitation for vendor-only commits). If this is vendor-specific configuration with no upstream equivalent, the checker will continue to fail. This is expected behavior for vendor-only changes.

Reproduce locally:

bash ../kernel-checkers/check-patch-compliance.sh --kernel-src . \
  --base 76cde00b1095 --head b5e9a346221f

❌ tag-check

Root cause: Subject line does not start with a required prefix tag.

Applies when: PR target branch is not qcom-next or qcom-next-staging.

Failure details:

Commit 1337c74ae3c0 ("qcom-configs: add XDP kernel configuration"):
subject line does not start with a required prefix.

All branches except qcom-next and qcom-next-staging require one of:

  • FROMLIST: / FROMGIT: / UPSTREAM: / BACKPORT: / QCLINUX: / PENDING: / WORKAROUND:

Fix: Same as check-patch-compliance above — add an appropriate prefix to the subject line.

Note: If this PR targets qcom-next or qcom-next-staging, this check does not apply and can be ignored.


Verdict

2 blockers must be fixed before merge:

  1. Missing Signed-off-by: — Add the mandatory sign-off trailer
  2. Missing subject prefix — Add QCLINUX: (or appropriate prefix) to the subject

Recommended fix (single rebase):

git rebase -i <base_sha>   # mark commit as 'edit'
git commit --amend -s -m "QCLINUX: qcom-configs: add XDP kernel configuration

Add xdp.cfg with the BPF and XDP-related kernel options
required for AF_XDP support used by DPDK net_af_xdp PMD.

Signed-off-by: Eshitha Oyyavuru <eoyyavur@qti.qualcomm.com>"
git rebase --continue

Note on QCLINUX: prefix: If this is a vendor-only config change with no upstream equivalent, using QCLINUX: is correct. However, check-patch-compliance will still fail because it only accepts upstream-linkable prefixes (FROMLIST:, FROMGIT:, UPSTREAM:, BACKPORT:). This is a known limitation of the checker for vendor-specific commits.

@kppeoyyavuru Eshitha oyyavuru (kppeoyyavuru) changed the title qcom-configs: add XDP kernel configuration QCLINUX: qcom-configs: add XDP kernel configuration Aug 27, 2026
@qswat-orbit-external

Copy link
Copy Markdown

Dev Completion validation failed

CR: 4663038
Change Task: kernel.qli.0.0
Error: Failed to validate change task completion. Status code: NotFound

The change task for this CR could not be moved to Dev Complete because of the error above. Please resolve the issue in Orbit and re-run the failed Orbit check.

Added xdp.cfg with the BPF and XDP-related kernel options
required for AF_XDP support used by DPDK net_af_xdp PMD.

Signed-off-by: Eshitha Oyyavuru <eoyyavur@qti.qualcomm.com>
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BPF=y
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not required as upstream defconfig already enables these CONFIGs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.