This patch sets max freq defaults for ddr2 and ddr3for fam10.
[coreboot.git] / src / Kconfig
index b9539d1a1e976178783ad3f124cbd1dcf45e097a..9abbc2169da546a56dbd0830961875dbfd77ad85 100644 (file)
@@ -98,6 +98,14 @@ config USE_OPTION_TABLE
          Enable this option if coreboot shall read options from the "CMOS"
          NVRAM instead of using hard coded values.
 
+config COMPRESS_RAMSTAGE
+       bool "Compress ramstage with LZMA"
+       default y
+       help
+         Compress ramstage to save memory in the flash image. Note
+         that decompression might slow down booting if the boot flash
+         is connected through a slow Link (i.e. SPI)
+
 endmenu
 
 source src/mainboard/Kconfig
@@ -159,6 +167,15 @@ config MMCONF_SUPPORT
 
 source src/console/Kconfig
 
+# This should default to N and be set by SuperI/O drivers that have an UART
+config HAVE_UART_IO_MAPPED
+       bool
+       default y
+
+config HAVE_UART_MEMORY_MAPPED
+       bool
+       default n
+
 config HAVE_ACPI_RESUME
        bool
        default n