xref: /openbmc/qemu/hw/sh4/Kconfig (revision 40d6ee94)
1config R2D
2    bool
3    imply PCI_DEVICES
4    imply TEST_DEVICES
5    select I82378 if TEST_DEVICES
6    select IDE_MMIO
7    select PFLASH_CFI02
8    select USB_OHCI
9    select PCI
10    select SM501
11    select SH4
12
13config SHIX
14    bool
15    select SH7750
16    select SH4
17
18config SH7750
19    bool
20
21config SH4
22    bool
23    select PTIMER
24