blob: 6f61744627cad487a4d309137e9316e99e1f177e [file] [log] [blame]
Bin Menga65b25d2015-05-07 21:34:08 +08001#
2# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7config QEMU
8 bool
Bin Meng5d89b372017-07-30 06:23:13 -07009 select ARCH_EARLY_INIT_R
Bin Menga65b25d2015-05-07 21:34:08 +080010
11if QEMU
12
13config SYS_CAR_ADDR
14 hex
15 default 0xd0000
16
17config SYS_CAR_SIZE
18 hex
19 default 0x10000
20
Miao Yana3b15a02016-01-20 01:57:05 -080021config ACPI_PM1_BASE
22 hex
23 default 0xe400
24 help
25 ACPI Power Managment 1 (PM1) i/o-mapped base address.
26 This device is defined in ACPI specification, with 16 bytes in size.
27
Bin Menga65b25d2015-05-07 21:34:08 +080028endif