2018-05-06 17:58:06 -04:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2015-05-07 21:34:08 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
|
|
|
|
|
|
|
|
config QEMU
|
|
|
|
bool
|
2017-07-30 06:23:13 -07:00
|
|
|
select ARCH_EARLY_INIT_R
|
2017-07-30 19:24:02 -07:00
|
|
|
imply AHCI_PCI
|
2017-07-30 06:23:24 -07:00
|
|
|
imply E1000
|
2018-06-26 03:58:55 -07:00
|
|
|
imply SCSI
|
2017-12-08 15:36:19 +02:00
|
|
|
imply SCSI_AHCI
|
2017-07-30 06:23:24 -07:00
|
|
|
imply SYS_NS16550
|
2017-07-30 06:23:27 -07:00
|
|
|
imply USB
|
|
|
|
imply USB_EHCI_HCD
|
2017-07-30 06:23:24 -07:00
|
|
|
imply VIDEO_VESA
|
2015-05-07 21:34:08 +08:00
|
|
|
|
|
|
|
if QEMU
|
|
|
|
|
|
|
|
config SYS_CAR_ADDR
|
|
|
|
hex
|
2017-11-14 18:47:16 +01:00
|
|
|
default 0x10000
|
2015-05-07 21:34:08 +08:00
|
|
|
|
|
|
|
config SYS_CAR_SIZE
|
|
|
|
hex
|
|
|
|
default 0x10000
|
|
|
|
|
2016-01-20 01:57:05 -08:00
|
|
|
config ACPI_PM1_BASE
|
|
|
|
hex
|
|
|
|
default 0xe400
|
|
|
|
help
|
2019-01-13 22:13:22 +13:00
|
|
|
ACPI Power Management 1 (PM1) i/o-mapped base address.
|
2016-01-20 01:57:05 -08:00
|
|
|
This device is defined in ACPI specification, with 16 bytes in size.
|
|
|
|
|
2015-05-07 21:34:08 +08:00
|
|
|
endif
|