[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 39/54] hppa-softmmu.mak: express dependencies with Kc
From: |
Paolo Bonzini |
Subject: |
[Qemu-devel] [PULL 39/54] hppa-softmmu.mak: express dependencies with Kconfig |
Date: |
Mon, 4 Mar 2019 19:19:59 +0100 |
%-softmmu.mak only keep boards and optional device
definitions in Kconfig mode.
Note that the Dino board uses a memory mapped 16550 UART and
therefore only CONFIG_SERIAL is needed, not CONFIG_SERIAL_ISA.
Signed-off-by: Paolo Bonzini <address@hidden>
---
default-configs/hppa-softmmu.mak | 20 ++++++++------------
hw/hppa/Kconfig | 8 ++++++++
2 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/default-configs/hppa-softmmu.mak b/default-configs/hppa-softmmu.mak
index b7f2b43..b64c5eb 100644
--- a/default-configs/hppa-softmmu.mak
+++ b/default-configs/hppa-softmmu.mak
@@ -1,13 +1,9 @@
-CONFIG_PCI=y
-CONFIG_PCI_DEVICES=y
-CONFIG_SERIAL=y
-CONFIG_SERIAL_ISA=y
-CONFIG_ISA_BUS=y
-CONFIG_I8259=y
-CONFIG_E1000_PCI=y
-CONFIG_IDE_CMD646=y
-# CONFIG_IDE_MMIO=y
-CONFIG_LSI_SCSI_PCI=y
-CONFIG_VIRTIO_VGA=y
-CONFIG_MC146818RTC=y
+# Default configuration for hppa-softmmu
+
+# Uncomment the following lines to disable these optional devices:
+#
+#CONFIG_PCI_DEVICES=n
+
+# Boards:
+#
CONFIG_DINO=y
diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig
index 5ce48ef..2d9b072 100644
--- a/hw/hppa/Kconfig
+++ b/hw/hppa/Kconfig
@@ -1,2 +1,10 @@
config DINO
bool
+ imply PCI_DEVICES
+ select PCI
+ select SERIAL
+ select ISA_BUS
+ select I8259
+ select IDE_CMD646
+ select MC146818RTC
+ select LSI_SCSI_PCI
--
1.8.3.1
- [Qemu-devel] [PULL 44/54] nios2-softmmu.mak: express dependencies with Kconfig, (continued)
- [Qemu-devel] [PULL 44/54] nios2-softmmu.mak: express dependencies with Kconfig, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 35/54] ppc: Express dependencies of the Sam460EX machines with kconfig, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 43/54] moxie-softmmu.mak: express dependencies with Kconfig, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 53/54] .travis.yml: test that no-default-device builds do not regress, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 37/54] alpha-softmmu.mak: express dependencies with Kconfig, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 50/54] sparc64-softmmu.mak: express dependencies with Kconfig, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 49/54] sparc-softmmu.mak: express dependencies with Kconfig, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 52/54] xtensa-softmmu.mak: express dependencies with Kconfig, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 46/54] riscv-softmmu.mak: replace CONFIG_* with Kconfig "select" directives, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 51/54] unicore32-softmmu.mak: express dependencies with Kconfig, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 39/54] hppa-softmmu.mak: express dependencies with Kconfig,
Paolo Bonzini <=
- [Qemu-devel] [PULL 38/54] cris-softmmu.mak: express dependencies with Kconfig, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 54/54] kconfig: add documentation, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 47/54] s390x: express dependencies with Kconfig, Paolo Bonzini, 2019/03/04
- [Qemu-devel] [PULL 45/54] or1k-softmmu.mak: express dependencies with Kconfig, Paolo Bonzini, 2019/03/04
- Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS, no-reply, 2019/03/04
- Re: [Qemu-devel] [PULL 00/54] Kconfig conversion, excluding ARM and MIPS, Peter Maydell, 2019/03/05