]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/x86/cpu/qemu/Kconfig
env: Convert CONFIG_ENV_IS_IN... to a choice
[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
24357dfd 10 imply AHCI_PCI
97e12b06
BM
11 imply E1000
12 imply SYS_NS16550
b9342b2c
BM
13 imply USB
14 imply USB_EHCI_HCD
97e12b06 15 imply VIDEO_VESA
a65b25d1
BM
16
17if QEMU
18
19config SYS_CAR_ADDR
20 hex
21 default 0xd0000
22
23config SYS_CAR_SIZE
24 hex
25 default 0x10000
26
a3b15a05
MY
27config ACPI_PM1_BASE
28 hex
29 default 0xe400
30 help
31 ACPI Power Managment 1 (PM1) i/o-mapped base address.
32 This device is defined in ACPI specification, with 16 bytes in size.
33
a65b25d1 34endif