742ef6911a77744b0f95748c3e07d8c1d5cbb726
[coreboot.git] / src / cpu / amd / model_lx / Kconfig
1 config CPU_AMD_LX
2         bool
3
4 if CPU_AMD_LX
5
6 config CPU_SPECIFIC_OPTIONS
7         def_bool y
8         select CACHE_AS_RAM
9
10 config DCACHE_RAM_BASE
11         hex
12         default 0xc8000
13
14 config DCACHE_RAM_SIZE
15         hex
16         default 0x8000
17
18 config GEODE_VSA
19         bool
20         default y
21         select PCI_OPTION_ROM_RUN_REALMODE
22
23 config GEODE_VSA_FILE
24         bool "Add a VSA image"
25         help
26           Select this option if you have an AMD Geode LX vsa that you would
27           like to add to your ROM.
28
29           You will be able to specify the location and file name of the
30           image later.
31
32 config VSA_FILENAME
33         string "AMD Geode LX VSA path and filename"
34         depends on GEODE_VSA_FILE
35         default "gpl_vsa_lx_102.bin"
36         help
37           The path and filename of the file to use as VSA.
38
39 endif # CPU_AMD_LX