Skip to content

Commit

Permalink
feat: linux: common: avoid performance expensive kconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Feb 21, 2024
1 parent afab9c4 commit de6c705
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions linux/.common/kconfig.conf
Original file line number Diff line number Diff line change
Expand Up @@ -780,3 +780,11 @@ CONFIG_PSI_DEFAULT_DISABLED=y

# Fix kernel panic when switching adb ports
# CONFIG_USB_CONFIGFS_UEVENT is not set

# Protect against potentially performance impacting configurations
# https://blog.cyyself.name/debug-raspberrypi-4-wireguard-performance/
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
# CONFIG_PREEMPT_RT is not set

0 comments on commit de6c705

Please sign in to comment.