master
text 15 lines 252 Bytes
Raw
1 config I3C
2 bool
3
4 config DW_I3C
5 bool
6
7 config I3C_DEVICES
8 # Device group for i3c devices which can reasonably be user-plugged to any
9 # board's i3c bus.
10 bool
11
12 config MOCK_I3C_TARGET
13 bool
14 select I3C
15 default y if I3C_DEVICES