aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_gx2/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/model_gx2/Kconfig')
-rw-r--r--src/cpu/amd/model_gx2/Kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/cpu/amd/model_gx2/Kconfig b/src/cpu/amd/model_gx2/Kconfig
index 3eaddca379..610120a3bf 100644
--- a/src/cpu/amd/model_gx2/Kconfig
+++ b/src/cpu/amd/model_gx2/Kconfig
@@ -31,6 +31,12 @@ config DCACHE_RAM_SIZE
depends on CPU_AMD_GX2
config GEODE_VSA
+ bool
+ default y
+ depends on CPU_AMD_GX2
+ select PCI_OPTION_ROM_RUN_REALMODE
+
+config GEODE_VSA_FILE
bool "Add a VSA image"
depends on CPU_AMD_GX2
help
@@ -40,9 +46,9 @@ config GEODE_VSA
You will be able to specify the location and file name of the
image later.
-config VSA_FILE
+config VSA_FILENAME
string "AMD Geode GX2 VSA path and filename"
- depends on GEODE_VSA && CPU_AMD_GX2
+ depends on GEODE_VSA_FILE && CPU_AMD_GX2
default "gpl_vsa_gx_102.bin"
help
The path and filename of the file to use as VSA.