summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/vibe500.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h
index 76ec17a113..5dcb591a34 100644
--- a/firmware/export/config/vibe500.h
+++ b/firmware/export/config/vibe500.h
@@ -79,11 +79,11 @@
79#define CONFIG_CODEC SWCODEC 79#define CONFIG_CODEC SWCODEC
80 80
81/* define this if you have a real-time clock */ 81/* define this if you have a real-time clock */
82/* RTC is individual - Philips 8563T - not yet implemented */ 82/* Philips 8563T - E8564 is a clone of it */
83/*#define CONFIG_RTC RTC_S5L8700 83#define CONFIG_RTC RTC_E8564
84#define CONFIG_RTC RTC_S35390A*/
85 84
86/* that needs spinups and can cause skips when shaked */ 85/* define this if you have a disk storage, i.e. something
86 that needs spinups and can cause skips when shaked */
87#define HAVE_DISK_STORAGE 87#define HAVE_DISK_STORAGE
88 88
89/* Define this if you have a software controlled poweroff */ 89/* Define this if you have a software controlled poweroff */