Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
hw
/
i3c
/
Kconfig
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
text
15 lines
252 Bytes
Copy permalink
Copy
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