From 19bb1391bffac43332f7cc15e912b71a50c49f36 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 14 Jan 2016 09:10:13 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/12970 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/amd/geode_lx/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/amd/geode_lx') diff --git a/src/cpu/amd/geode_lx/Kconfig b/src/cpu/amd/geode_lx/Kconfig index d707bea980..3a01828e71 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" -- cgit v1.2.3