xref: /openbmc/qemu/hw/i3c/Kconfig (revision 748c6aaa)
1config I3C
2    bool
3
4config I3C_DEVICES
5    # Device group for i3c devices which can reasonably be user-plugged to any
6    # board's i3c bus.
7    bool
8
9config MOCK_TARGET
10    bool
11    select I3C
12    default y if I3C_DEVICES
13
14config REMOTE_I3C
15    bool
16    select I3C
17    default y if I3C_DEVICES
18