]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/x86/cpu/qemu/Kconfig
x86: qemu: kconfig: Imply platform specific drivers
[people/ms/u-boot.git] / arch / x86 / cpu / qemu / Kconfig
CommitLineData
a65b25d1
BM
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
5d89b37f 9 select ARCH_EARLY_INIT_R
97e12b06
BM
10 imply ENV_IS_NOWHERE
11 imply E1000
12 imply SYS_NS16550
13 imply VIDEO_VESA
a65b25d1
BM
14
15if QEMU
16
17config SYS_CAR_ADDR
18 hex
19 default 0xd0000
20
21config SYS_CAR_SIZE
22 hex
23 default 0x10000
24
a3b15a05
MY
25config ACPI_PM1_BASE
26 hex
27 default 0xe400
28 help
29 ACPI Power Managment 1 (PM1) i/o-mapped base address.
30 This device is defined in ACPI specification, with 16 bytes in size.
31
a65b25d1 32endif