summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodcolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodcolor.h')
-rw-r--r--firmware/export/config-ipodcolor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index c1068b06eb..9f71ba895f 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -26,6 +26,9 @@
26/* Define this if you do software codec */ 26/* Define this if you do software codec */
27#define CONFIG_CODEC SWCODEC 27#define CONFIG_CODEC SWCODEC
28 28
29/* define this if you have a real-time clock */
30#define CONFIG_RTC RTC_PCF50605
31
29/* Define this if you have a software controlled poweroff */ 32/* Define this if you have a software controlled poweroff */
30//#define HAVE_SW_POWEROFF 33//#define HAVE_SW_POWEROFF
31 34