xref: /openbmc/u-boot/arch/x86/cpu/qemu/Kconfig (revision 2bc00e016e4c1440f3004776e26357f46eb6690a)
1#
2# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7config QEMU
8	bool
9
10if QEMU
11
12config SYS_CAR_ADDR
13	hex
14	default 0xd0000
15
16config SYS_CAR_SIZE
17	hex
18	default 0x10000
19
20endif
21