qemu-patch-raspberry4/hw/sh4/Kconfig
Philippe Mathieu-Daudé 7ae5c8bb6e hw/char: Introduce SH_SCI 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_SCI selector for the SH4 serial controller.

Add the 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-5-f4bug@amsat.org>
2021-03-06 16:18:42 +01:00

28 lines
409 B
Plaintext

config R2D
bool
imply PCI_DEVICES
imply TEST_DEVICES
imply RTL8139_PCI
select I82378 if TEST_DEVICES
select IDE_MMIO
select PFLASH_CFI02
select USB_OHCI_PCI
select PCI
select SM501
select SH4
select SH7750
config SHIX
bool
select SH7750
select SH4
config SH7750
bool
select SH_INTC
select SH_SCI
config SH4
bool
select PTIMER