summaryrefslogtreecommitdiff
path: root/firmware/export/config/erosqnative.h
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2024-08-25 11:37:30 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2024-09-02 13:29:43 -0400
commita2cc7546d88bf9c4071f0f56f6c43d59654fc212 (patch)
treeed009cf793dd1b99048a50ebd3e2c55c00ed1d9e /firmware/export/config/erosqnative.h
parentc16dbbfd1fb7bf4bc268a4693bbed21497456b30 (diff)
downloadrockbox-a2cc7546d88bf9c4071f0f56f6c43d59654fc212.tar.gz
rockbox-a2cc7546d88bf9c4071f0f56f6c43d59654fc212.zip
Add DeviceData to bootloaders
same vein as bootdata but for devices that need to pass info back to a running firmware Change-Id: I0cdcdc0475804dfbbee415ab487104ae8fc8ac69
Diffstat (limited to 'firmware/export/config/erosqnative.h')
-rw-r--r--firmware/export/config/erosqnative.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/erosqnative.h b/firmware/export/config/erosqnative.h
index 26073a5f34..75ead37ba8 100644
--- a/firmware/export/config/erosqnative.h
+++ b/firmware/export/config/erosqnative.h
@@ -106,6 +106,9 @@
106#define HAVE_BOOTDATA 106#define HAVE_BOOTDATA
107#define BOOT_REDIR "rockbox_main.aigo_erosqn" 107#define BOOT_REDIR "rockbox_main.aigo_erosqn"
108 108
109/* DeviceData */
110#define HAVE_DEVICEDATA
111
109/* USB support */ 112/* USB support */
110#ifndef SIMULATOR 113#ifndef SIMULATOR
111#define CONFIG_USBOTG USBOTG_DESIGNWARE 114#define CONFIG_USBOTG USBOTG_DESIGNWARE