summaryrefslogtreecommitdiff
path: root/apps/system/usbmsc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/usbmsc/Kconfig')
-rw-r--r--apps/system/usbmsc/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/apps/system/usbmsc/Kconfig b/apps/system/usbmsc/Kconfig
index 7be540e33..75dcda981 100644
--- a/apps/system/usbmsc/Kconfig
+++ b/apps/system/usbmsc/Kconfig
@@ -148,24 +148,6 @@ config SYSTEM_USBMSC_CMD_PRIORITY
---help---
Priority of the small 'msconn' and 'msdis' command applications.
-config SYSTEM_USBMSC_DAEMON_STACKSIZE
- int "Stacksize of msconn daemon"
- default 2048
- ---help---
- To avoid threading entanglements, the USB MSC class is initialized
- on a daemon thread. This permits the msconn application to return
- to the NSH command line immediately. This is the stack used for
- that short-lived USB MSC initialization daemon.
-
-config SYSTEM_USBMSC_DAEMON_PRIORITY
- int "Priority of the msconn daemon"
- default 100
- ---help---
- To avoid threading entanglements, the USB MSC class is initialized
- on a daemon thread. This permits the msconn application to return
- to the NSH command line immediately. This is the priority used for
- that short-lived USB MSC initialization daemon.
-
endif # NSH_BUILTIN_APPS
endif # SYSTEM_USBMSC