xref: /openbmc/qemu/hw/sh4/Kconfig (revision 764a6ee9)
1config R2D
2    bool
3    default y
4    depends on SH4
5    imply PCI_DEVICES
6    imply TEST_DEVICES
7    imply RTL8139_PCI
8    select I82378 if TEST_DEVICES
9    select IDE_MMIO
10    select PFLASH_CFI02
11    select PCI
12    select SM501
13    select SH7750
14    select SH_PCI
15
16config SH7750
17    bool
18    select SH_INTC
19    select SH_SCI
20    select SH_TIMER
21