mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -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
|
@ -11,6 +11,7 @@ config R2D
|
|||
select SM501
|
||||
select SH4
|
||||
select SH7750
|
||||
select SH_PCI
|
||||
|
||||
config SHIX
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue