summaryrefslogtreecommitdiff
path: root/firmware/export/config-sa9200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-sa9200.h')
-rwxr-xr-xfirmware/export/config-sa9200.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config-sa9200.h b/firmware/export/config-sa9200.h
index e35c27e15e..37c0b50035 100755
--- a/firmware/export/config-sa9200.h
+++ b/firmware/export/config-sa9200.h
@@ -59,6 +59,9 @@
59 59
60#define CONFIG_KEYPAD PHILIPS_SA9200_PAD 60#define CONFIG_KEYPAD PHILIPS_SA9200_PAD
61 61
62/* define this if the target has volume keys which can be used in the lists */
63#define HAVE_VOLUME_IN_LIST
64
62/* Define this if you do software codec */ 65/* Define this if you do software codec */
63#define CONFIG_CODEC SWCODEC 66#define CONFIG_CODEC SWCODEC
64 67
@@ -99,6 +102,11 @@
99/* Which backlight fading type? */ 102/* Which backlight fading type? */
100#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING 103#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
101 104
105/* define this if you have a light associated with the buttons */
106#define HAVE_BUTTON_LIGHT
107/* Can't control the brightness on all the buttons */
108/* #define HAVE_BUTTONLIGHT_BRIGHTNESS */
109
102/* define this if you have a flash memory storage */ 110/* define this if you have a flash memory storage */
103#define HAVE_FLASH_STORAGE 111#define HAVE_FLASH_STORAGE
104 112