summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/rtc/rtc_imx233.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/drivers/rtc/rtc_imx233.c b/firmware/drivers/rtc/rtc_imx233.c
index e4dfcd8..c2df4d1 100644
--- a/firmware/drivers/rtc/rtc_imx233.c
+++ b/firmware/drivers/rtc/rtc_imx233.c
@@ -28,7 +28,8 @@
#define YEAR1980 315532800 /* 1980/1/1 00:00:00 in UTC */
-#if defined(SANSA_FUZEPLUS) || defined(CREATIVE_ZENXFI3)
+#if defined(SANSA_FUZEPLUS) || defined(CREATIVE_ZENXFI3) || defined(SONY_NWZE360) || \
+ defined(SONY_NWZE370)
#define USE_PERSISTENT
#endif