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