[coreboot-gerrit] New patch to review for coreboot: Kconfig: Remove selects that enable 'choice' symbols

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Jan 14 17:11:03 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12970

-gerrit

commit 60e99e0d8cb41a114408c147016204b69c465d6f
Author: Martin Roth <martinroth at google.com>
Date:   Thu Jan 14 09:10:13 2016 -0700

    Kconfig: Remove selects that enable 'choice' symbols
    
    Selecting Kconfig symbols that were created inside a 'choice' block
    have no effect.  Remove these so people aren't confused by them.
    
    Change-Id: I7de9131d8d8afb65f86648afb9728f09cb67e122
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/cpu/amd/geode_gx2/Kconfig              | 1 -
 src/cpu/amd/geode_lx/Kconfig               | 1 -
 src/mainboard/gigabyte/ga-b75m-d3v/Kconfig | 1 -
 3 files changed, 3 deletions(-)

diff --git a/src/cpu/amd/geode_gx2/Kconfig b/src/cpu/amd/geode_gx2/Kconfig
index 0b860e8..51dece5 100644
--- a/src/cpu/amd/geode_gx2/Kconfig
+++ b/src/cpu/amd/geode_gx2/Kconfig
@@ -48,7 +48,6 @@ config DCACHE_AP_STACK_SIZE
 config GEODE_VSA
 	bool
 	default y
-	select PCI_OPTION_ROM_RUN_REALMODE
 
 config GEODE_VSA_FILE
 	bool "Add a VSA image"
diff --git a/src/cpu/amd/geode_lx/Kconfig b/src/cpu/amd/geode_lx/Kconfig
index d707bea..3a01828 100644
--- a/src/cpu/amd/geode_lx/Kconfig
+++ b/src/cpu/amd/geode_lx/Kconfig
@@ -34,7 +34,6 @@ config DCACHE_AP_STACK_SIZE
 config GEODE_VSA
 	bool
 	default y
-	select PCI_OPTION_ROM_RUN_REALMODE
 
 config GEODE_VSA_FILE
 	bool "Add a VSA image"
diff --git a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
index 511d57e..ede8021 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
+++ b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig
@@ -6,7 +6,6 @@ config BOARD_SPECIFIC_OPTIONS
 	select CPU_INTEL_SOCKET_LGA1155
 	select NORTHBRIDGE_INTEL_SANDYBRIDGE
 	select SOUTHBRIDGE_INTEL_C216
-	select CPU_MICROCODE_CBFS_NONE
 	select SUPERIO_ITE_IT8728F
 	select BOARD_ROMSIZE_KB_8192
 	select HAVE_ACPI_TABLES



More information about the coreboot-gerrit mailing list