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