summaryrefslogtreecommitdiff
path: root/firmware/export/config-ifp7xx.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-ifp7xx.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-ifp7xx.h')
-rw-r--r--firmware/export/config-ifp7xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 1b0ea17984..435b6ef984 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -77,7 +77,7 @@
77#define ROM_START 0x00000000 77#define ROM_START 0x00000000
78 78
79/* Define this for LCD backlight available */ 79/* Define this for LCD backlight available */
80#define CONFIG_BACKLIGHT BL_IRIVER_IFP7XX /* port controlled */ 80#define HAVE_BACKLIGHT
81 81
82/* Define this to the CPU frequency */ 82/* Define this to the CPU frequency */
83#define CPU_FREQ 48000000 83#define CPU_FREQ 48000000