forked from wookey-project/libmassstorage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKconfig
More file actions
27 lines (21 loc) · 612 Bytes
/
Kconfig
File metadata and controls
27 lines (21 loc) · 612 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
config USR_LIB_MASSSTORAGE
bool "userspace libmassstorage for USB stack"
default y
select USR_DRV_SDIO
select USR_DRV_USB
---help---
Support for Mass-Storage class feature for USB stack.
if USR_LIB_MASSSTORAGE
menu "SCSI options"
config USR_LIB_MASSSTORAGE_DEBUG
int "SCSI stack debug informations level"
default 0
range 0 2
---help---
SCSI stack debug level. Supported levels are:
* 0: no debug
* 1: command execution debug, list received and sent commands
* 2: command dump debug, dumping complex commands content and
received and sent data size
endmenu
endif