[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH 8/8] hw/isa/Kconfig: Complete the VT82C686B
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [Qemu-devel] [RFC PATCH 8/8] hw/isa/Kconfig: Complete the VT82C686B southbridge config |
Date: |
Sun, 17 Mar 2019 01:30:09 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 |
On 3/17/19 1:22 AM, Philippe Mathieu-Daudé wrote:
> Complete the VT82C686B southbridge Kconfig entry. For clarity, add
> the SuperIO dependencies in an internal config: VT82C686_SUPERIO.
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> RFC because APIC/IOAPIC are still linked to X86
And because I let 'TODO' and Thomas doesn't like TODO ;)
The patch works without the TODO/FIXME fixed. So Paolo, feel free to
take it if you like it :)
Regards,
Phil.
> ---
> hw/isa/Kconfig | 26 +++++++++++++++++++++++---
> 1 file changed, 23 insertions(+), 3 deletions(-)
>
> diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
> index 19101d349f..efe0cdedc7 100644
> --- a/hw/isa/Kconfig
> +++ b/hw/isa/Kconfig
> @@ -30,12 +30,32 @@ config PIIX4
> # for PIIX4.
> select ISA_BUS
>
> +config VT82C686_SUPERIO
> + select SERIAL_ISA
> + select PARALLEL
> + select FDC
> + # TODO AC97
> + select SMBUS
> + select APM
> + select ACPI
> + select ACPI_SMBUS
> + # FIXME APIC/IOAPIC requires X86
> + select APIC if PC
> + select IOAPIC if PC
> +
> config VT82C686
> bool
> + select PCI
> select ISA_BUS
> - select ACPI_SMBUS
> - select SERIAL_ISA
> - select FDC
> + select I8257
> + select I8254
> + select I8259
> + select I8042
> + # TODO DS12885 RTC
> + select USB_UHCI
> + select IDE_PCI
> + select IDE_VIA
> + select VT82C686_SUPERIO
>
> config SMC37C669
> bool
>
- Re: [Qemu-devel] [PATCH 4/8] hw/isa/southbridge: Rename ACPI_X86_ICH to ACPI_ICH9, (continued)
[Qemu-devel] [PATCH 7/8] hw/acpi/Kconfig: Add the ACPI_SMBUS depency to ACPI_PIIX4, Philippe Mathieu-Daudé, 2019/03/16
[Qemu-devel] [RFC PATCH 8/8] hw/isa/Kconfig: Complete the VT82C686B southbridge config, Philippe Mathieu-Daudé, 2019/03/16
- Re: [Qemu-devel] [RFC PATCH 8/8] hw/isa/Kconfig: Complete the VT82C686B southbridge config,
Philippe Mathieu-Daudé <=
Re: [Qemu-devel] [PATCH 0/8] hw/isa: Complete the VT82C686B southbridge Kconfig, no-reply, 2019/03/16