diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Kconfig b/src/Kconfig index 0fb88daa1b..066bda9e28 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -158,9 +158,7 @@ config EARLY_CBMEM_INIT romstage.c and should be enabled by the board's Kconfig. config BROKEN_CAR_MIGRATE - bool - default y if !EARLY_CBMEM_INIT && HAVE_ACPI_RESUME - default n + def_bool !EARLY_CBMEM_INIT help Many boards use CAR_GLOBAL but have no EARLY_CBMEM_INIT and manage CAR migration on S3 resume path only. Couple boards use |