summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-04-12 22:12:13 +0000
committerJens Arnold <amiconn@rockbox.org>2007-04-12 22:12:13 +0000
commit47bf6c5a5ad1fd9143ab87328793b285230f74a3 (patch)
tree5199f2225a3dfc438bb1c4c5e9906f14664dfa43 /firmware/export/config-e200.h
parent734278b7d1fde5e177c6842f49c16b9df8c353fa (diff)
downloadrockbox-47bf6c5a5ad1fd9143ab87328793b285230f74a3.tar.gz
rockbox-47bf6c5a5ad1fd9143ab87328793b285230f74a3.zip
Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13136 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index efcb7ebfd5..ccff38dbf2 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -69,8 +69,7 @@
69#define CONFIG_TUNER_XTAL 32768 *//* TODO: what is this? */ 69#define CONFIG_TUNER_XTAL 32768 *//* TODO: what is this? */
70 70
71/* Define this for LCD backlight available */ 71/* Define this for LCD backlight available */
72#define CONFIG_BACKLIGHT BL_H10 /* TODO: figure this out, probably not necessary 72#define HAVE_BACKLIGHT
73 because of 'target' stuff */
74 73
75#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ 74#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
76 75