vx767: Bring config in line with its siblings
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 922b5e9a4bd37494e40214ab114ede1a8f30fd15 Author: Solomon Peachy <[email protected]> Date: Mon Feb 23 08:29:39 2026 -0500 vx767: Bring config in line with its siblings * Single storage device type (SD) that can be hotswapped * Fix bootloader build Change-Id: I494a46ccf0f7f70cfa149a0727977aa421891d6c diff --git a/firmware/export/config/ondavx767.h b/firmware/export/config/ondavx767.h index 61f79111b3..769e417bd6 100644 --- a/firmware/export/config/ondavx767.h +++ b/firmware/export/config/ondavx767.h @@ -33,16 +33,19 @@ #define MODEL_NUMBER 64 //#define HAVE_ATA_SD -//#define HAVE_HOTSWAP +#define HAVE_HOTSWAP +#define INCLUDE_TIMEOUT_API //#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) -#define CONFIG_STORAGE STORAGE_SD /* Multivolume currently handled at firmware/target/ level */ +#define CONFIG_STORAGE STORAGE_SD #define CONFIG_NAND NAND_CC -#define HAVE_MULTIDRIVE -#define NUM_DRIVES 2 - +//#define HAVE_MULTIDRIVE +//#define NUM_DRIVES 2 +#define HAVE_HOTSWAP +#define HAVE_MULTIVOLUME +#define HAVE_HOTSWAP_STORAGE_AS_MAIN @@ -159,6 +162,7 @@ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x07C4 #define USB_PRODUCT_ID 0xA4A5 +#define HAVE_BOOTLOADER_USB_MODE /* Define this if a programmable hotkey is mapped */ //#define HAVE_HOTKEY diff --git a/firmware/export/config/ondavx777.h b/firmware/export/config/ondavx777.h index f5bf2af4fa..6074d480ac 100644 --- a/firmware/export/config/ondavx777.h +++ b/firmware/export/config/ondavx777.h @@ -192,6 +192,7 @@ No access to the NAND yet.. #define USB_STATUS_BY_EVENT #define USB_VENDOR_ID 0x07C4 #define USB_PRODUCT_ID 0xA4A5 +#define HAVE_BOOTLOADER_USB_MODE /* Define this if a programmable hotkey is mapped */ //#define HAVE_HOTKEY -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs