File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ config USB_CDC_ACM
15
15
help
16
16
USB CDC ACM device class driver
17
17
18
+ if USB_CDC_ACM
19
+
18
20
config CDC_ACM_PORT_NAME_0
19
21
string "CDC ACM class device driver port name"
20
- depends on USB_CDC_ACM
21
22
default "CDC_ACM_0"
22
23
help
23
24
Port name through which CDC ACM class device driver is accessed
@@ -31,32 +32,30 @@ config CDC_ACM_PORT_1
31
32
32
33
config CDC_ACM_PORT_NAME_1
33
34
string "CDC ACM class device driver port name"
34
- depends on USB_CDC_ACM && CDC_ACM_PORT_1
35
+ depends on CDC_ACM_PORT_1
35
36
default "CDC_ACM_1"
36
37
help
37
38
Port name through which CDC ACM class device driver is accessed
38
39
39
- endif
40
+ endif # USB_COMPOSITE_DEVICE
40
41
41
42
config CDC_ACM_INTERRUPT_EP_MPS
42
43
int
43
- depends on USB_CDC_ACM
44
44
default 16
45
45
help
46
46
CDC ACM class interrupt IN endpoint size
47
47
48
48
config CDC_ACM_BULK_EP_MPS
49
49
int
50
- depends on USB_CDC_ACM
51
50
default 64
52
51
help
53
52
CDC ACM class bulk endpoints size
54
53
55
- if USB_CDC_ACM
56
54
module = USB_CDC_ACM
57
55
module-str = usb cdc acm
58
56
source "subsys/logging/Kconfig.template.log_config"
59
- endif
57
+
58
+ endif # USB_CDC_ACM
60
59
61
60
config USB_MASS_STORAGE
62
61
bool "USB Mass Storage Device Class Driver"
You can’t perform that action at this time.
0 commit comments