Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
hw
/
ufs
/
Kconfig
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
text
13 lines
167 Bytes
Copy permalink
Copy
Raw
1
config UFS
2
bool
3
select SCSI
4
5
config UFS_PCI
6
bool
7
default y if PCI_DEVICES
8
depends on PCI
9
select UFS
10
11
config UFS_SYSBUS
12
bool
13
select UFS