xref: /rk3399_rockchip-uboot/arch/x86/cpu/qemu/Kconfig (revision c9bb942e2f91d9f8e5f25ed1961eba2d64f65b8d)
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	select TSC_CALIBRATION_BYPASS
10
11if QEMU
12
13config SYS_CAR_ADDR
14	hex
15	default 0xd0000
16
17config SYS_CAR_SIZE
18	hex
19	default 0x10000
20
21endif
22