linux-next: enable UCLAMP

Allows us to fix UI stutters with uclampset cli tool

Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7139>
This commit is contained in:
Casey Connolly 2025-10-04 15:27:20 +02:00 committed by The Friendly Merge Bot
parent b69e4a50c8
commit de53a5c455
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -93,5 +93,5 @@ package() {
sha512sums="
cf04e53b8eeebba534404d0d88ba00a3589e4ba152cc254c5dc08c169c088284835d5aedce5fd2feaf96d0180e8369548e0682f685dd8c2f4dbf02c909b3c476 linux-next-next-20251003.tar.gz
def9df5035ad91aab0032acacc50456bdbe39daafa4a1a0b4fb699ae9e89b9c16bf40bb6043b52fad0b6d1755729b332209f24de4d75233f167cf584edc6e9ba devices.config
b2a5da832baefbb00f9396e4dc57be236efd9c6da8cd7e1b629e6bb2ab206bd13b9fde14ab8f779359fe2828c1800a8e1c61328998d9f113506d179e8bdfa1fa pmos.config
ccb65d1080cc01b06b98e2c34a47b03b25ed787f99bb876e10819119fc1c37b0a48103a8af62bf407003eb89b2ff67dc61ccfe2eb8d63fd961f03755f00e1734 pmos.config
"

View file

@ -217,6 +217,8 @@ CONFIG_INPUT_UINPUT=m # fbkeyboard, buffyboard
CONFIG_LEDS_TRIGGER_TIMER=m # hfd-service
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m # change MTU, e.g. for Wireguard
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m # change MTU, e.g. for Wireguard
CONFIG_UCLAMP_TASK=y
CONFIG_UCLAMP_TASK_GROUP=y
# EFI
CONFIG_EFI_STUB=y