Kconfig: lay groundwork for not assuming SPI flash boot device
[coreboot.git] / src / mainboard / emulation / qemu-power8 / Kconfig
blob6adcf7264fd2694188ec5805faef0d2105a46aec
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2014 Google Inc.
5 ##
6 ## This software is licensed under the terms of the GNU General Public
7 ## License version 2, as published by the Free Software Foundation, and
8 ## may be copied, distributed, and modified under those terms.
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 # To execute, do:
16 # qemu-system-??
18 if BOARD_EMULATION_QEMU_POWER8
20 config BOARD_SPECIFIC_OPTIONS # dummy
21         def_bool y
22         select BOARD_ROMSIZE_KB_4096
23         select ARCH_BOOTBLOCK_POWER8
24         select HAVE_UART_SPECIAL
25         select ARCH_POWER8
26         select BOOT_DEVICE_NOT_SPI_FLASH
28 config MAINBOARD_DIR
29         string
30         default "emulation/qemu-power8"
32 config MAINBOARD_PART_NUMBER
33         string
34         default "QEMU POWER8"
36 config MAX_CPUS
37         int
38         default 1
40 config MAINBOARD_VENDOR
41         string
42         default "QEMU"
44 config DRAM_SIZE_MB
45         int
46         default 32768
48 endif #  BOARD_EMULATION_QEMU_POWER8