Commit 1cbf73ed authored by K900's avatar K900
Browse files

linux/common-config: enable nice things for 6.17

parent 8d5a8714
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -230,6 +230,7 @@ let
      DAMON_DBGFS = whenBetween "5.15" "6.9" yes;
      DAMON_RECLAIM = whenAtLeast "5.16" yes;
      DAMON_LRU_SORT = whenAtLeast "6.0" yes;
      DAMON_STAT = whenAtLeast "6.17" yes;
      # Support recovering from memory failures on systems with ECC and MCA recovery.
      MEMORY_FAILURE = yes;

@@ -1475,6 +1476,9 @@ let
        # See https://cateee.net/lkddb/web-lkddb/AMD_WBRF.html
        AMD_WBRF = whenAtLeast "6.8" yes;

        # Enable AMD heterogeneous core hardware feedback interface
        AMD_HFI = whenAtLeast "6.17" yes;

        # Enable Intel Turbo Boost Max 3.0
        INTEL_TURBO_MAX_3 = yes;
      };