Skip to content

Commit

Permalink
ARM64/configs: ginkgo: Convert rmnet extensions back to module
Browse files Browse the repository at this point in the history
 * These modules are automatically loaded and unloaded by netmgrd,
   inlining it in kernel causes random reboots while downloading huge
   files via 4G when device is suspended.
  • Loading branch information
adithya2306 authored and mylove90 committed Feb 18, 2024
1 parent 631357b commit 85b4d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/configs/genom_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5226,8 +5226,8 @@ CONFIG_SENSORS_SSC=y
#
# Qualcomm RmNet extensions
#
CONFIG_RMNET_PERF=y
CONFIG_RMNET_SHS=y
CONFIG_RMNET_PERF=m
CONFIG_RMNET_SHS=m

#
# KernelSU
Expand Down

0 comments on commit 85b4d9e

Please sign in to comment.