From fee861747999d358e9f5f58841697c09c9ea9b4f Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sat, 18 Dec 2004 10:29:47 +0000 Subject: 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 --- firmware/export/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firmware/export/config.h') 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 @@ #define BATT_4AA_NIMH 1500 #define BATT_3AAA_ALKALINE 1000 +/* CONFIG_BACKLIGHT */ +#define BL_PA14_LO 0 /* Player, PA14 low active */ +#define BL_RTC 1 /* Recorder, RTC square wave output */ +#define BL_PA14_HI 2 /* Ondio, PA14 high active */ +#define BL_IRIVER 3 /* IRiver GPIO */ + /* now go and pick yours */ #if defined(ARCHOS_PLAYER) #include "config-player.h" -- cgit v1.2.3