diff options
Diffstat (limited to 'hw/sh4/Kconfig')
-rw-r--r-- | hw/sh4/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/hw/sh4/Kconfig b/hw/sh4/Kconfig new file mode 100644 index 000000000..ab733a3f7 --- /dev/null +++ b/hw/sh4/Kconfig @@ -0,0 +1,24 @@ +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 SH7750 + select SH_PCI + +config SHIX + bool + select SH7750 + select TC58128 + +config SH7750 + bool + select SH_INTC + select SH_SCI + select SH_TIMER |