xref: /openbmc/qemu/hw/fsi/Kconfig (revision 98b4cdd0)
1config FSI_APB2OPB_ASPEED
2    bool
3    select FSI_OPB
4
5config FSI_OPB
6    bool
7    select FSI_CFAM
8
9config FSI_CFAM
10    bool
11    select FSI
12    select FSI_LBUS
13
14config FSI
15    bool
16
17config FSI
18    bool
19
20config FSI_LBUS
21    bool
22