vx767: Bring config in line with its siblings

* Single storage device type (SD) that can be hotswapped
 * Fix bootloader build

Change-Id: I494a46ccf0f7f70cfa149a0727977aa421891d6c
This commit is contained in:
Solomon Peachy 2026-02-23 08:29:39 -05:00
parent e81dd7c709
commit 922b5e9a4b
2 changed files with 10 additions and 5 deletions

View file

@ -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

View file

@ -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