6.8: misc-additions: Move AMD_PRIVATE_COLOR to Kconfig and enable through prepare

299b81f3e6

Fixes https://github.com/Frogging-Family/linux-tkg/issues/920
This commit is contained in:
Tk-Glitch
2024-04-12 19:52:58 +02:00
parent ebfab93d77
commit 9a9c013d25
2 changed files with 120 additions and 1 deletions

View File

@@ -925,7 +925,7 @@ _tkg_srcprep() {
# Set some -tkg defaults
_disable "DYNAMIC_FAULT" "DEFAULT_FQ_CODEL" "WERROR"
_enable "DEFAULT_CAKE"
_enable "DEFAULT_CAKE" "AMD_PRIVATE_COLOR"
if [ "$_kver" = "504" ]; then
_module "TP_SMAPI"
_enable "RAID6_USE_PREFER_GEN"