xref: /qemu/hw/sh4/Kconfig (revision 3e775730)
1config R2D
2    bool
3    imply PCI_DEVICES
4    imply TEST_DEVICES
5    imply RTL8139_PCI
6    select I82378 if TEST_DEVICES
7    select IDE_MMIO
8    select PFLASH_CFI02
9    select PCI
10    select SM501
11    select SH7750
12    select SH_PCI
13
14config SHIX
15    bool
16    select SH7750
17    select TC58128
18
19config SH7750
20    bool
21    select SH_INTC
22    select SH_SCI
23    select SH_TIMER
24