Bin Meng | a65b25d | 2015-05-07 21:34:08 +0800 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> |
| 3 | # |
| 4 | # SPDX-License-Identifier: GPL-2.0+ |
| 5 | # |
| 6 | |
| 7 | config QEMU |
| 8 | bool |
Bin Meng | a65b25d | 2015-05-07 21:34:08 +0800 | [diff] [blame] | 9 | |
| 10 | if QEMU |
| 11 | |
| 12 | config SYS_CAR_ADDR |
| 13 | hex |
| 14 | default 0xd0000 |
| 15 | |
| 16 | config SYS_CAR_SIZE |
| 17 | hex |
| 18 | default 0x10000 |
| 19 | |
Miao Yan | a3b15a0 | 2016-01-20 01:57:05 -0800 | [diff] [blame] | 20 | config ACPI_PM1_BASE |
| 21 | hex |
| 22 | default 0xe400 |
| 23 | help |
| 24 | ACPI Power Managment 1 (PM1) i/o-mapped base address. |
| 25 | This device is defined in ACPI specification, with 16 bytes in size. |
| 26 | |
Bin Meng | a65b25d | 2015-05-07 21:34:08 +0800 | [diff] [blame] | 27 | endif |