Skip to content

Commit 92f4296

Browse files
authored
Set default for TinyUSB drivers to 'disabled'
1 parent 140e80f commit 92f4296

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

components/arduino_tinyusb/Kconfig.projbuild

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ menu "Arduino TinyUSB"
5757

5858
config TINYUSB_MSC_ENABLED
5959
bool "Enable USB Mass Storage (MSC) TinyUSB driver"
60-
default y
60+
default n
6161
help
6262
Enable USB Mass Storage (MSC) TinyUSB driver.
6363

@@ -83,7 +83,7 @@ menu "Arduino TinyUSB"
8383

8484
config TINYUSB_HID_ENABLED
8585
bool "Enable USB Human Interface (HID) TinyUSB driver"
86-
default y
86+
default n
8787
help
8888
Enable USB Human Interface (HID) TinyUSB driver.
8989

@@ -109,7 +109,7 @@ menu "Arduino TinyUSB"
109109

110110
config TINYUSB_MIDI_ENABLED
111111
bool "Enable USB MIDI TinyUSB driver"
112-
default y
112+
default n
113113
help
114114
Enable USB MIDI TinyUSB driver.
115115

@@ -143,7 +143,7 @@ menu "Arduino TinyUSB"
143143

144144
config TINYUSB_VIDEO_ENABLED
145145
bool "Enable USB VIDEO TinyUSB driver"
146-
default y
146+
default n
147147
help
148148
Enable USB VIDEO TinyUSB driver.
149149

@@ -177,7 +177,7 @@ menu "Arduino TinyUSB"
177177

178178
config TINYUSB_DFU_RT_ENABLED
179179
bool "Enable USB DFU Runtime TinyUSB driver"
180-
default y
180+
default n
181181
help
182182
Enable USB DFU Runtime TinyUSB driver.
183183

@@ -195,7 +195,7 @@ menu "Arduino TinyUSB"
195195

196196
config TINYUSB_DFU_ENABLED
197197
bool "Enable USB DFU TinyUSB driver"
198-
default y
198+
default n
199199
help
200200
Enable USB DFU TinyUSB driver.
201201

@@ -220,7 +220,7 @@ menu "Arduino TinyUSB"
220220

221221
config TINYUSB_VENDOR_ENABLED
222222
bool "Enable USB VENDOR TinyUSB driver"
223-
default y
223+
default n
224224
help
225225
Enable USB VENDOR TinyUSB driver.
226226

0 commit comments

Comments
 (0)