summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuze.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuze.h')
-rw-r--r--firmware/export/config/sansafuze.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index 6c8ba82bc9..24676ed6bf 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -185,20 +185,16 @@
185#define HAVE_HOTSWAP 185#define HAVE_HOTSWAP
186#endif 186#endif
187 187
188#ifndef BOOTLOADER
189
190#define USB_HANDLED_BY_OF
191
192/* USB On-the-go */ 188/* USB On-the-go */
193#define CONFIG_USBOTG USBOTG_AS3525 189#define CONFIG_USBOTG USBOTG_AS3525
194 190
195/* enable these for the experimental usb stack */ 191/* enable these for the experimental usb stack */
196#define HAVE_USBSTACK 192#define HAVE_USBSTACK
193#define USB_HANDLED_BY_OF
194//#define USE_ROCKBOX_USB
197#define USB_VENDOR_ID 0x0781 195#define USB_VENDOR_ID 0x0781
198#define USB_PRODUCT_ID 0x74c1 196#define USB_PRODUCT_ID 0x74c1
199 197
200#endif /* !BOOTLOADER */
201
202/* Define this if you have adjustable CPU frequency */ 198/* Define this if you have adjustable CPU frequency */
203#define HAVE_ADJUSTABLE_CPU_FREQ 199#define HAVE_ADJUSTABLE_CPU_FREQ
204 200