[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 7/8] hw/pci-host: Introduce SH_PCI Kconfig entry
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v2 7/8] hw/pci-host: Introduce SH_PCI Kconfig entry |
Date: |
Sun, 21 Feb 2021 22:54:15 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/21/21 9:49 PM, Peter Maydell wrote:
> On Sun, 21 Feb 2021 at 20:03, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>>
>> We want to be able to use the 'SH4' config for architecture
>> specific features. Add more fine-grained selection by adding
>> a CONFIG_SH_PCI selector for the SH4 PCI controller.
>> Move the file with the other PCI host devices in hw/pci-host
>> and add its missing MAINTAINERS entries.
>>
>> Suggested-by: Peter Maydell <peter.maydell@linaro.org>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>> hw/{sh4 => pci-host}/sh_pci.c | 0
>> MAINTAINERS | 1 +
>> hw/pci-host/meson.build | 1 +
>> hw/sh4/Kconfig | 1 +
>> hw/sh4/meson.build | 1 -
>> 5 files changed, 3 insertions(+), 1 deletion(-)
>> rename hw/{sh4 => pci-host}/sh_pci.c (100%)
>
> Don't we need a hw/pci-host/Kconfig change to add
> the "config SH_PCI" section ?
Oops sorry...
- Re: [PATCH v2 3/8] hw/intc: Introduce SH_INTC Kconfig entry, (continued)
- [PATCH v2 4/8] hw/char: Introduce SH_SCI Kconfig entry, Philippe Mathieu-Daudé, 2021/02/21
- [PATCH v2 5/8] hw/timer: Introduce SH_TIMER Kconfig entry, Philippe Mathieu-Daudé, 2021/02/21
- [PATCH v2 6/8] hw/block: Introduce TC58128 eeprom Kconfig entry, Philippe Mathieu-Daudé, 2021/02/21
- [PATCH v2 7/8] hw/pci-host: Introduce SH_PCI Kconfig entry, Philippe Mathieu-Daudé, 2021/02/21
- [PATCH v2 8/8] hw/sh4: Remove now unused CONFIG_SH4 from Kconfig, Philippe Mathieu-Daudé, 2021/02/21