summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/qemu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/qemu/Kconfig')
-rw-r--r--arch/x86/cpu/qemu/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig
new file mode 100644
index 0000000000..fb775d7d28
--- /dev/null
+++ b/arch/x86/cpu/qemu/Kconfig
@@ -0,0 +1,21 @@
+#
+# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+config QEMU
+ bool
+ select TSC_CALIBRATION_BYPASS
+
+if QEMU
+
+config SYS_CAR_ADDR
+ hex
+ default 0xd0000
+
+config SYS_CAR_SIZE
+ hex
+ default 0x10000
+
+endif
OpenPOWER on IntegriCloud