diff options
Diffstat (limited to 'util/autoport')
-rw-r--r-- | util/autoport/sandybridge.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index 66d44d9426..4ef6609b45 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -114,6 +114,7 @@ func (i sandybridgemc) Scan(ctx Context, addr PCIDevData) { KconfigBool["CPU_INTEL_SOCKET_RPGA989"] = true KconfigBool["NORTHBRIDGE_INTEL_"+i.variant+"BRIDGE"] = true + KconfigBool["USE_NATIVE_RAMINIT"] = true KconfigBool["INTEL_INT15"] = true KconfigBool["HAVE_ACPI_TABLES"] = true KconfigBool["HAVE_ACPI_RESUME"] = true |