mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/pci-host: Introduce SH_PCI Kconfig entry
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> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210222141514.2646278-8-f4bug@amsat.org>
This commit is contained in:
parent
475e70bde6
commit
c64bd101fe
6 changed files with 7 additions and 1 deletions
|
@ -68,3 +68,7 @@ config PCI_POWERNV
|
|||
|
||||
config REMOTE_PCIHOST
|
||||
bool
|
||||
|
||||
config SH_PCI
|
||||
bool
|
||||
select PCI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue