]> git.sur5r.net Git - u-boot/blob - arch/x86/cpu/qemu/Kconfig
x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig
[u-boot] / arch / x86 / cpu / qemu / Kconfig
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
9         select ARCH_EARLY_INIT_R
10
11 if QEMU
12
13 config SYS_CAR_ADDR
14         hex
15         default 0xd0000
16
17 config SYS_CAR_SIZE
18         hex
19         default 0x10000
20
21 config 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
28 endif