summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/android.h3
-rw-r--r--firmware/export/config/cowond2.h3
-rw-r--r--firmware/export/config/nokian8xx.h3
-rw-r--r--firmware/export/config/nokian900.h3
-rw-r--r--firmware/export/config/pandora.h3
-rw-r--r--firmware/export/config/samsungypr0.h4
-rw-r--r--firmware/export/config/sansam200v4.h3
-rw-r--r--firmware/export/config/sdlapp.h3
8 files changed, 0 insertions, 25 deletions
diff --git a/firmware/export/config/android.h b/firmware/export/config/android.h
index 7d3355ef9d..ac0e2141a1 100644
--- a/firmware/export/config/android.h
+++ b/firmware/export/config/android.h
@@ -51,9 +51,6 @@
51#define HAVE_TOUCHSCREEN 51#define HAVE_TOUCHSCREEN
52#define HAVE_BUTTON_DATA 52#define HAVE_BUTTON_DATA
53 53
54/* define this if you have RTC RAM available for settings */
55//#define HAVE_RTC_RAM
56
57/* define this if you have a real-time clock */ 54/* define this if you have a real-time clock */
58#define CONFIG_RTC APPLICATION 55#define CONFIG_RTC APPLICATION
59 56
diff --git a/firmware/export/config/cowond2.h b/firmware/export/config/cowond2.h
index 81a2a85018..51b5495680 100644
--- a/firmware/export/config/cowond2.h
+++ b/firmware/export/config/cowond2.h
@@ -90,9 +90,6 @@
90/* The D2 has either a PCF50606 or PCF50635, RTC_D2 handles both */ 90/* The D2 has either a PCF50606 or PCF50635, RTC_D2 handles both */
91#define CONFIG_RTC RTC_D2 91#define CONFIG_RTC RTC_D2
92 92
93/* define this if you have RTC RAM available for settings */
94//#define HAVE_RTC_RAM
95
96/* Define this if you have a software controlled poweroff */ 93/* Define this if you have a software controlled poweroff */
97#define HAVE_SW_POWEROFF 94#define HAVE_SW_POWEROFF
98 95
diff --git a/firmware/export/config/nokian8xx.h b/firmware/export/config/nokian8xx.h
index 550ee112d1..5cdf42a11f 100644
--- a/firmware/export/config/nokian8xx.h
+++ b/firmware/export/config/nokian8xx.h
@@ -43,9 +43,6 @@
43#define HAVE_TOUCHSCREEN 43#define HAVE_TOUCHSCREEN
44#define HAVE_BUTTON_DATA 44#define HAVE_BUTTON_DATA
45 45
46/* define this if you have RTC RAM available for settings */
47//#define HAVE_RTC_RAM
48
49/* define this if you have a real-time clock */ 46/* define this if you have a real-time clock */
50#define CONFIG_RTC APPLICATION 47#define CONFIG_RTC APPLICATION
51 48
diff --git a/firmware/export/config/nokian900.h b/firmware/export/config/nokian900.h
index ebbe5e2cc8..e7084f9acb 100644
--- a/firmware/export/config/nokian900.h
+++ b/firmware/export/config/nokian900.h
@@ -42,9 +42,6 @@
42#define HAVE_TOUCHSCREEN 42#define HAVE_TOUCHSCREEN
43#define HAVE_BUTTON_DATA 43#define HAVE_BUTTON_DATA
44 44
45/* define this if you have RTC RAM available for settings */
46//#define HAVE_RTC_RAM
47
48/* define this if you have a real-time clock */ 45/* define this if you have a real-time clock */
49#define CONFIG_RTC APPLICATION 46#define CONFIG_RTC APPLICATION
50 47
diff --git a/firmware/export/config/pandora.h b/firmware/export/config/pandora.h
index 3b26ad9b7b..41b2b44dad 100644
--- a/firmware/export/config/pandora.h
+++ b/firmware/export/config/pandora.h
@@ -43,9 +43,6 @@
43#define HAVE_TOUCHSCREEN 43#define HAVE_TOUCHSCREEN
44#define HAVE_BUTTON_DATA 44#define HAVE_BUTTON_DATA
45 45
46/* define this if you have RTC RAM available for settings */
47//#define HAVE_RTC_RAM
48
49/* define this if you have a real-time clock */ 46/* define this if you have a real-time clock */
50#define CONFIG_RTC APPLICATION 47#define CONFIG_RTC APPLICATION
51 48
diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h
index ba5f02ad74..e29ea6a974 100644
--- a/firmware/export/config/samsungypr0.h
+++ b/firmware/export/config/samsungypr0.h
@@ -68,10 +68,6 @@
68/* TODO: ASCODEC has an auto dim feature, so disabling the supply to leds should do the trick. But for now I tested SW fading only */ 68/* TODO: ASCODEC has an auto dim feature, so disabling the supply to leds should do the trick. But for now I tested SW fading only */
69#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING 69#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
70 70
71/* define this if you have RTC RAM available for settings */
72/* TODO: in theory we could use that, ascodec offers us such a ram. we have also a small device, part of the nand of 1 MB size, that Samsung uses to store region code etc and it's almost unused space */
73//#define HAVE_RTC_RAM
74
75/* define this if you have a real-time clock */ 71/* define this if you have a real-time clock */
76#define CONFIG_RTC RTC_AS3514 72#define CONFIG_RTC RTC_AS3514
77#define HAVE_RTC_ALARM 73#define HAVE_RTC_ALARM
diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h
index 97462dc6e2..37f0931079 100644
--- a/firmware/export/config/sansam200v4.h
+++ b/firmware/export/config/sansam200v4.h
@@ -75,9 +75,6 @@
75#define CONFIG_RTC RTC_AS3514 75#define CONFIG_RTC RTC_AS3514
76#endif 76#endif
77 77
78/* define this if you have RTC RAM available for settings */
79//#define HAVE_RTC_RAM
80
81/* Define this if you have a software controlled poweroff */ 78/* Define this if you have a software controlled poweroff */
82#define HAVE_SW_POWEROFF 79#define HAVE_SW_POWEROFF
83 80
diff --git a/firmware/export/config/sdlapp.h b/firmware/export/config/sdlapp.h
index d8c1266f51..3286e377ce 100644
--- a/firmware/export/config/sdlapp.h
+++ b/firmware/export/config/sdlapp.h
@@ -52,9 +52,6 @@
52#define HAVE_TOUCHSCREEN 52#define HAVE_TOUCHSCREEN
53#define HAVE_BUTTON_DATA 53#define HAVE_BUTTON_DATA
54 54
55/* define this if you have RTC RAM available for settings */
56//#define HAVE_RTC_RAM
57
58/* define this if you have a real-time clock */ 55/* define this if you have a real-time clock */
59#define CONFIG_RTC APPLICATION 56#define CONFIG_RTC APPLICATION
60 57