case INTEL_FAM6_ALDERLAKE:
        case INTEL_FAM6_ALDERLAKE_L:
 -      case INTEL_FAM6_ALDERLAKE_N:
        case INTEL_FAM6_RAPTORLAKE:
        case INTEL_FAM6_RAPTORLAKE_P:
+       case INTEL_FAM6_RAPTORLAKE_S:
                /*
                 * Alder Lake has 2 types of CPU, core and atom.
                 *
 
          CONFIG_GCC_PLUGIN_STRUCTLEAK, CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF,
          or CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL.
  
 +config FORTIFY_KUNIT_TEST
 +      tristate "Test fortified str*() and mem*() function internals at runtime" if !KUNIT_ALL_TESTS
 +      depends on KUNIT && FORTIFY_SOURCE
 +      default KUNIT_ALL_TESTS
 +      help
 +        Builds unit tests for checking internals of FORTIFY_SOURCE as used
 +        by the str*() and mem*() family of functions. For testing runtime
 +        traps of FORTIFY_SOURCE, see LKDTM's "FORTIFY_*" tests.
 +
+ config HW_BREAKPOINT_KUNIT_TEST
+       bool "Test hw_breakpoint constraints accounting" if !KUNIT_ALL_TESTS
+       depends on HAVE_HW_BREAKPOINT
+       depends on KUNIT=y
+       default KUNIT_ALL_TESTS
+       help
+         Tests for hw_breakpoint constraints accounting.
+ 
+         If unsure, say N.
+ 
  config TEST_UDELAY
        tristate "udelay test driver"
        help