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@google.com>
Reviewed-on: https://review.coreboot.org/12970
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Martin Roth
2016-01-14 09:10:13 -07:00
parent 02f4764bf3
commit 19bb1391bf
3 changed files with 0 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"