summaryrefslogtreecommitdiff
path: root/apps/system/usbmsc/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-25 12:42:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-25 12:42:01 -0600
commit4a5c2a0d7b62efab98f8b0f477e9f76bb30d7bdf (patch)
treef0387173868f1f644766767d1a034f42edc1d5e8 /apps/system/usbmsc/Kconfig
parent3ff3472d485e8c0e69845269e8b49151aa0abb4b (diff)
downloadnuttx-4a5c2a0d7b62efab98f8b0f477e9f76bb30d7bdf.tar.gz
nuttx-4a5c2a0d7b62efab98f8b0f477e9f76bb30d7bdf.tar.bz2
nuttx-4a5c2a0d7b62efab98f8b0f477e9f76bb30d7bdf.zip
apps/system/usbmsc: Back out kludge that is no longer needed with the recent fix to the USB MSC class
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