summaryrefslogtreecommitdiff
path: root/firmware/export/config/samsungypr0.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/samsungypr0.h')
-rw-r--r--firmware/export/config/samsungypr0.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/firmware/export/config/samsungypr0.h b/firmware/export/config/samsungypr0.h
index e97dabcfb2..debe9a3f80 100644
--- a/firmware/export/config/samsungypr0.h
+++ b/firmware/export/config/samsungypr0.h
@@ -18,9 +18,6 @@
18/*TODO: implement USB data transfer management -> see safe mode script and think a way to implemtent it in the code */ 18/*TODO: implement USB data transfer management -> see safe mode script and think a way to implemtent it in the code */
19#define USB_NONE 19#define USB_NONE
20 20
21/* There is only USB charging */
22//#define HAVE_USB_POWER
23
24/* define this if you have a bitmap LCD display */ 21/* define this if you have a bitmap LCD display */
25#define HAVE_LCD_BITMAP 22#define HAVE_LCD_BITMAP
26 23
@@ -28,7 +25,6 @@
28#define HAVE_LCD_COLOR 25#define HAVE_LCD_COLOR
29 26
30/* define this if the LCD needs to be shutdown */ 27/* define this if the LCD needs to be shutdown */
31/* TODO: Our framebuffer must be closed... */
32#define HAVE_LCD_SHUTDOWN 28#define HAVE_LCD_SHUTDOWN
33 29
34/* define this if you want album art for this target */ 30/* define this if you want album art for this target */
@@ -84,7 +80,6 @@
84/* The number of bytes reserved for loadable plugins */ 80/* The number of bytes reserved for loadable plugins */
85#define PLUGIN_BUFFER_SIZE 0x100000 81#define PLUGIN_BUFFER_SIZE 0x100000
86 82
87/* We can do AB-repeat -> we use User key, our hotkey */
88#define AB_REPEAT_ENABLE 83#define AB_REPEAT_ENABLE
89#define ACTION_WPSAB_SINGLE ACTION_WPS_HOTKEY 84#define ACTION_WPSAB_SINGLE ACTION_WPS_HOTKEY
90 85
@@ -93,10 +88,9 @@
93 88
94/* R0 KeyPad configuration for plugins */ 89/* R0 KeyPad configuration for plugins */
95#define CONFIG_KEYPAD SAMSUNG_YPR0_PAD 90#define CONFIG_KEYPAD SAMSUNG_YPR0_PAD
96/* It's better to close /dev/r0Btn at shutdown */
97#define BUTTON_DRIVER_CLOSE 91#define BUTTON_DRIVER_CLOSE
98 92
99/* The YPR0 has a as3534 codec and we use that to control the volume */ 93/* The YPR0 has a as3534 codec */
100#define HAVE_AS3514 94#define HAVE_AS3514
101#define HAVE_AS3543 95#define HAVE_AS3543
102 96
@@ -105,10 +99,7 @@
105#define CONFIG_TUNER SI4700 99#define CONFIG_TUNER SI4700
106#define HAVE_TUNER_PWR_CTRL 100#define HAVE_TUNER_PWR_CTRL
107 101
108/* TODO: next step: enable RDS
109#define HAVE_RDS_CAP 102#define HAVE_RDS_CAP
110#define RDS_ISR_PROCESSING
111*/
112 103
113/* Define this for FM radio input available */ 104/* Define this for FM radio input available */
114#define HAVE_FMRADIO_IN 105#define HAVE_FMRADIO_IN
@@ -154,5 +145,5 @@
154/* Max IMX37 Cpu Frequency */ 145/* Max IMX37 Cpu Frequency */
155/* #define CPUFREQ_MAX CPU_FREQ */ 146/* #define CPUFREQ_MAX CPU_FREQ */
156 147
157/* TODO: my idea is to create a folder in the cramfs [/.rockbox], mounting it by the starter script as the current working directory, so no issues of any type keeping the rockbox folder as in all other players */ 148/* This folder resides in the ReadOnly CRAMFS. It is binded to /mnt/media0/.rockbox */
158#define BOOTDIR "/.rockbox" 149#define BOOTDIR "/.rockbox"