summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-06-01 17:21:19 +0000
committerThomas Martitz <kugel@rockbox.org>2009-06-01 17:21:19 +0000
commit0b6ff6660ae0c357a3baabcded8d6d9f3822ad57 (patch)
treef4adf626fd5ef478315ec77a2a381af7890cacb7
parent4746cde685b4876cc5e9800c5b5d647f0df254ea (diff)
downloadrockbox-0b6ff6660ae0c357a3baabcded8d6d9f3822ad57.tar.gz
rockbox-0b6ff6660ae0c357a3baabcded8d6d9f3822ad57.zip
Samsung YH*: Enable RTC on all, enable lcd contrast on 925.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21157 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-yh820.h14
-rw-r--r--firmware/export/config-yh920.h7
-rw-r--r--firmware/export/config-yh925.h9
3 files changed, 13 insertions, 17 deletions
diff --git a/firmware/export/config-yh820.h b/firmware/export/config-yh820.h
index 28c2a5883c..493c5a1c9f 100644
--- a/firmware/export/config-yh820.h
+++ b/firmware/export/config-yh820.h
@@ -35,6 +35,12 @@
35#define LCD_PIXELFORMAT RGB565 35#define LCD_PIXELFORMAT RGB565
36 36
37#ifndef BOOTLOADER 37#ifndef BOOTLOADER
38
39/* define this if you have a real-time clock */
40#define CONFIG_RTC RTC_E8564
41/* TODO ??? */
42//#define HAVE_RTC_ALARM
43
38/* Define this if your LCD can be enabled/disabled */ 44/* Define this if your LCD can be enabled/disabled */
39#define HAVE_LCD_ENABLE 45#define HAVE_LCD_ENABLE
40 46
@@ -92,14 +98,6 @@
92/* Define this if you do software codec */ 98/* Define this if you do software codec */
93#define CONFIG_CODEC SWCODEC 99#define CONFIG_CODEC SWCODEC
94 100
95/* define this if you have a real-time clock */
96/* todo verify rtc (or none) */
97/* #ifndef BOOTLOADER */
98#if 0
99#define CONFIG_RTC RTC_E8564
100#define HAVE_RTC_ALARM
101#endif
102
103/* define this if you have a disk storage, i.e. something 101/* define this if you have a disk storage, i.e. something
104 that needs spinups and can cause skips when shaked */ 102 that needs spinups and can cause skips when shaked */
105#define HAVE_DISK_STORAGE 103#define HAVE_DISK_STORAGE
diff --git a/firmware/export/config-yh920.h b/firmware/export/config-yh920.h
index 119b293d3a..22528fdfe3 100644
--- a/firmware/export/config-yh920.h
+++ b/firmware/export/config-yh920.h
@@ -99,11 +99,10 @@
99#define CONFIG_CODEC SWCODEC 99#define CONFIG_CODEC SWCODEC
100 100
101/* define this if you have a real-time clock */ 101/* define this if you have a real-time clock */
102/* todo verify rtc (or none) */ 102#ifndef BOOTLOADER
103/* #ifndef BOOTLOADER */
104#if 0
105#define CONFIG_RTC RTC_E8564 103#define CONFIG_RTC RTC_E8564
106#define HAVE_RTC_ALARM 104/* TODO ??? */
105//#define HAVE_RTC_ALARM
107#endif 106#endif
108 107
109/* define this if you have a disk storage, i.e. something 108/* define this if you have a disk storage, i.e. something
diff --git a/firmware/export/config-yh925.h b/firmware/export/config-yh925.h
index 94d79f6da4..bd15b5aa44 100644
--- a/firmware/export/config-yh925.h
+++ b/firmware/export/config-yh925.h
@@ -51,7 +51,7 @@
51#define HAVE_BACKLIGHT 51#define HAVE_BACKLIGHT
52 52
53/* Define this if your LCD can set contrast */ 53/* Define this if your LCD can set contrast */
54/* todo #define HAVE_LCD_CONTRAST */ 54#define HAVE_LCD_CONTRAST
55 55
56#define MIN_CONTRAST_SETTING 0 56#define MIN_CONTRAST_SETTING 0
57#define MAX_CONTRAST_SETTING 30 57#define MAX_CONTRAST_SETTING 30
@@ -96,11 +96,10 @@
96#define CONFIG_CODEC SWCODEC 96#define CONFIG_CODEC SWCODEC
97 97
98/* define this if you have a real-time clock */ 98/* define this if you have a real-time clock */
99/* todo verify rtc (or none) */ 99#ifndef BOOTLOADER
100/* #ifndef BOOTLOADER */
101#if 0
102#define CONFIG_RTC RTC_E8564 100#define CONFIG_RTC RTC_E8564
103#define HAVE_RTC_ALARM 101/* TODO */
102//#define HAVE_RTC_ALARM
104#endif 103#endif
105 104
106/* define this if you have a disk storage, i.e. something 105/* define this if you have a disk storage, i.e. something