summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-12-18 10:29:47 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-12-18 10:29:47 +0000
commitfee861747999d358e9f5f58841697c09c9ea9b4f (patch)
treeffd51ea2ca9aa7fd0e330fec6fde384d925e9e13 /firmware/export/config.h
parent417753da7d9e128971bd0032d56b495845c1c805 (diff)
downloadrockbox-fee861747999d358e9f5f58841697c09c9ea9b4f.tar.gz
rockbox-fee861747999d358e9f5f58841697c09c9ea9b4f.zip
multiple choice configuration CONFIG_BACKLIGHT instead of HAVE_BACKLIGHT, allows better control of how to do this per model
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5491 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index cda5c8cee7..7c0e285bbe 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -46,6 +46,12 @@
46#define BATT_4AA_NIMH 1500 46#define BATT_4AA_NIMH 1500
47#define BATT_3AAA_ALKALINE 1000 47#define BATT_3AAA_ALKALINE 1000
48 48
49/* CONFIG_BACKLIGHT */
50#define BL_PA14_LO 0 /* Player, PA14 low active */
51#define BL_RTC 1 /* Recorder, RTC square wave output */
52#define BL_PA14_HI 2 /* Ondio, PA14 high active */
53#define BL_IRIVER 3 /* IRiver GPIO */
54
49/* now go and pick yours */ 55/* now go and pick yours */
50#if defined(ARCHOS_PLAYER) 56#if defined(ARCHOS_PLAYER)
51#include "config-player.h" 57#include "config-player.h"