23c0ac75ea798c42528897028d6eaba36b3cb848
[coreboot.git] / src / cpu / amd / model_gx2 / Kconfig
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2010 coresystems GmbH
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18 ##
19
20 config CPU_AMD_GX2
21         bool
22
23 config DCACHE_RAM_BASE
24         hex
25         default 0xc8000
26         depends on CPU_AMD_GX2
27
28 config DCACHE_RAM_SIZE
29         hex
30         default 0x04000
31         depends on CPU_AMD_GX2
32
33 config GEODE_VSA
34         bool
35         default y
36         depends on CPU_AMD_GX2
37         select PCI_OPTION_ROM_RUN_REALMODE
38
39 config GEODE_VSA_FILE
40         bool "Add a VSA image"
41         depends on CPU_AMD_GX2
42         help
43           Select this option if you have an AMD Geode GX2 vsa that you would
44           like to add to your ROM.
45
46           You will be able to specify the location and file name of the
47           image later.
48
49 config VSA_FILENAME
50         string "AMD Geode GX2 VSA path and filename"
51         depends on GEODE_VSA_FILE && CPU_AMD_GX2
52         default "gpl_vsa_gx_102.bin"
53         help
54           The path and filename of the file to use as VSA.
55
56