blob: d0489ace4b3c0fb7a45778893a2dc3c2b293040a [file] [log] [blame]
Paul Burtone8530032014-06-14 00:00:10 +01001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2014 Imagination Technologies
5#
6# This program is free software; you can redistribute it and/or
7# modify it under the terms of the GNU General Public License as
8# published by the Free Software Foundation; version 2 of
9# the License.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
Paul Burtone8530032014-06-14 00:00:10 +010016
Stefan Reinauera48ca842015-04-04 01:58:28 +020017config ARCH_MIPS
18 bool
19 default n
20
Paul Burtone8530032014-06-14 00:00:10 +010021config ARCH_BOOTBLOCK_MIPS
22 bool
23 default n
24 select ARCH_MIPS
Julius Werner86fc11d2015-10-09 13:37:58 -070025 select BOOTBLOCK_CUSTOM
Paul Burtone8530032014-06-14 00:00:10 +010026
Patrick Georgi99f1a612015-03-28 16:01:14 +010027config ARCH_VERSTAGE_MIPS
28 bool
29 default n
30
Paul Burtone8530032014-06-14 00:00:10 +010031config ARCH_ROMSTAGE_MIPS
32 bool
33 default n
34
35config ARCH_RAMSTAGE_MIPS
36 bool
37 default n