From 47bf6c5a5ad1fd9143ab87328793b285230f74a3 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 12 Apr 2007 22:12:13 +0000 Subject: 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 --- firmware/export/config.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index 2d7b3e131a..0ad94e06b1 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -113,24 +113,6 @@ #define RGB565 565 #define RGB565SWAPPED 3553 -/* CONFIG_BACKLIGHT */ -#define BL_PA14_LO 1 /* Player, PA14 low active */ -#define BL_RTC 2 /* Recorder, RTC square wave output */ -#define BL_PA14_HI 3 /* Ondio, PA14 high active */ -#define BL_IRIVER_H100 4 /* IRiver GPIO */ -#define BL_IPOD4G 5 /* Apple iPod 4G */ -#define BL_IPODNANO 6 /* Apple iPod Nano and iPod Video*/ -#define BL_IPOD3G 7 /* Apple iPod 3g with dock */ -#define BL_IRIVER_H300 8 /* IRiver PWM */ -#define BL_IRIVER_IFP7XX 9 /* IRiver GPIO */ -#define BL_IPODMINI 10 /* Apple iPod Mini */ -#define BL_GIGABEAT 11 /* Toshiba Gigabeat */ -#define BL_H10 12 /* iriver H10 */ -#define BL_X5 13 /* iAudio X5 PCF50606 I2C */ -#define BL_H10_5GB 14 /* iriver H10 5/6GB */ -#define BL_TPJ1022 15 /* Tatung Elio TPJ-1022 */ -#define BL_M5 16 /* iAudio M5 PCF50606 I2C */ - /* CONFIG_I2C */ #define I2C_PLAYREC 1 /* Archos Player/Recorder style */ #define I2C_ONDIO 2 /* Ondio style */ @@ -235,10 +217,6 @@ #define CONFIG_LED 0 #endif -#ifndef CONFIG_BACKLIGHT -#define CONFIG_BACKLIGHT 0 -#endif - #ifndef CONFIG_CHARGING #define CONFIG_CHARGING 0 #endif -- cgit v1.2.3