summaryrefslogtreecommitdiff
path: root/firmware/export/config/gigabeats.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/gigabeats.h')
-rw-r--r--firmware/export/config/gigabeats.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h
index ed8624b505..ccb191b9ca 100644
--- a/firmware/export/config/gigabeats.h
+++ b/firmware/export/config/gigabeats.h
@@ -18,6 +18,9 @@
18/* define this if you use an ATA controller */ 18/* define this if you use an ATA controller */
19#define CONFIG_STORAGE STORAGE_ATA 19#define CONFIG_STORAGE STORAGE_ATA
20 20
21/*define this if the ATA controller and method of USB access support LBA48 */
22#define HAVE_LBA48
23
21/* define this if you have a bitmap LCD display */ 24/* define this if you have a bitmap LCD display */
22#define HAVE_LCD_BITMAP 25#define HAVE_LCD_BITMAP
23 26