We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fffa5 commit bc6f7d2Copy full SHA for bc6f7d2
drivers/usb/udc/Kconfig.ambiq
@@ -11,16 +11,16 @@ config UDC_AMBIQ
11
help
12
Enable USB Device Controller Driver.
13
14
+if UDC_AMBIQ
15
+
16
config UDC_AMBIQ_STACK_SIZE
17
int "UDC AMBIQ driver internal thread stack size"
- depends on UDC_AMBIQ
18
default 2048
19
20
AMBIQ driver internal thread stack size.
21
22
config UDC_AMBIQ_THREAD_PRIORITY
23
int "UDC AMBIQ driver thread priority"
24
default 8
25
26
AMBIQ driver thread priority.
@@ -32,3 +32,5 @@ config UDC_AMBIQ_MAX_QMESSAGES
32
33
34
AMBIQ maximum number of ISR event messages.
35
36
+endif # UDC_AMBIQ
0 commit comments