pmb.config: kconfig check: turn off RT_GROUP_SCHED in 'community' (MR 2305)

See: https://gitlab.com/postmarketOS/pmaports/-/issues/2652
This commit is contained in:
Clayton Craft 2024-05-01 10:42:05 -07:00
parent 69cb189bdb
commit 70a5e6ebf7
No known key found for this signature in database
GPG Key ID: 4A4CED6D7EDF950A
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,6 @@ kconfig_options_containers = {
"CGROUP_PERF": True, # Optional section
"NET_CLS_CGROUP": True, # Optional section
"FAIR_GROUP_SCHED": True, # Optional section
"RT_GROUP_SCHED": True, # Optional section
"IP_NF_TARGET_REDIRECT": True, # Optional section
"IP_VS": True, # Optional section
"IP_VS_NFCT": True, # Optional section
@ -676,6 +675,7 @@ kconfig_options_community = {
"UCLAMP_TASK_GROUP": True, # Scheduler hints
"UHID": True, # e.g. Bluetooth input devices
"USB_STORAGE": True, # USB mass storage devices
"RT_GROUP_SCHED": False, # https://gitlab.com/postmarketOS/pmaports/-/issues/2652
},
},
}