Remove CACHE_ROM.
[coreboot.git] / src / mainboard / google / Kconfig
blob85c85922eaf3d66b2b46df9f6109e1954c39fbf4
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2012 The ChromiumOS Authors
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.
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
19 if VENDOR_GOOGLE
21 choice
22         prompt "Mainboard model"
24 config BOARD_GOOGLE_BOLT
25         bool "Bolt"
26 config BOARD_GOOGLE_BUTTERFLY
27         bool "Butterfly"
28 config BOARD_GOOGLE_FALCO
29         bool "Falco"
30 config BOARD_GOOGLE_LINK
31         bool "Link"
32 config BOARD_GOOGLE_PARROT
33         bool "Parrot"
34 config BOARD_GOOGLE_PEPPY
35         bool "Peppy"
36 config BOARD_GOOGLE_PIT
37         bool "Pit"
38 config BOARD_GOOGLE_RAMBI
39         bool "Rambi"
40 config BOARD_GOOGLE_SLIPPY
41         bool "Slippy"
42 config BOARD_GOOGLE_SNOW
43         bool "Snow"
44 config BOARD_GOOGLE_STOUT
45         bool "Stout"
47 endchoice
49 source "src/mainboard/google/bolt/Kconfig"
50 source "src/mainboard/google/butterfly/Kconfig"
51 source "src/mainboard/google/falco/Kconfig"
52 source "src/mainboard/google/link/Kconfig"
53 source "src/mainboard/google/parrot/Kconfig"
54 source "src/mainboard/google/peppy/Kconfig"
55 source "src/mainboard/google/pit/Kconfig"
56 source "src/mainboard/google/rambi/Kconfig"
57 source "src/mainboard/google/slippy/Kconfig"
58 source "src/mainboard/google/snow/Kconfig"
59 source "src/mainboard/google/stout/Kconfig"
61 config MAINBOARD_VENDOR
62         string "Mainboard Vendor"
63         default "Google"
65 endif # VENDOR_GOOGLE