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