diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index f9bd661e05..b656bbfa22 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -658,6 +658,15 @@ config ACPI_NHLT help Build support for NHLT (non HD Audio) ACPI table generation. + +config COREBOOT_TABLE_SIZE + hex + default 0x8000 if ARCH_X86 + default 0x2000 if !ARCH_X86 + help + The amount of memory to reserve for the coreboot tables in + cbmem. + #These Options are here to avoid "undefined" warnings. #The actual selection and help texts are in the following menu. |