Remove the calls to backlight_lcd_sleep_countdown from target specific code and move...
[kugel-rb.git] / firmware / export / config-hdd1630.h
blob9b33f6a08edf2fb416c397922668f46e5e89aca8
1 /*
2 * This config file is for the Philips GoGear HDD16x0/HDD63x0
3 */
5 #define TARGET_TREE /* this target is using the target tree system */
7 /* For Rolo and boot loader */
8 #define MODEL_NUMBER 31
9 #define MODEL_NAME "Philips GoGear HDD16x0"
11 /* define this if you use an ATA controller */
12 #define CONFIG_STORAGE STORAGE_ATA
14 /* define this if you have recording possibility */
15 #define HAVE_RECORDING
17 /* Define bitmask of input sources - recordable bitmask can be defined
18 explicitly if different */
19 #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
21 /* define the bitmask of hardware sample rates */
22 #define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \
23 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8)
25 /* define the bitmask of recording sample rates */
26 #define REC_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \
27 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8)
29 /* define this if you have a bitmap LCD display */
30 #define HAVE_LCD_BITMAP
32 /* define this if you have a colour LCD */
33 #define HAVE_LCD_COLOR
35 /* define this if you want album art for this target */
36 #define HAVE_ALBUMART
38 /* define this if you have access to the quickscreen */
39 #define HAVE_QUICKSCREEN
41 /* define this if you have access to the pitchscreen */
42 #define HAVE_PITCHSCREEN
44 /* define this if you would like tagcache to build on this target */
45 #define HAVE_TAGCACHE
47 /* LCD dimensions */
48 #define LCD_WIDTH 128
49 #define LCD_HEIGHT 128
50 #define LCD_DEPTH 16 /* 65536 colours */
51 #define LCD_PIXELFORMAT RGB565 /* rgb565 byte-swapped */
53 #ifndef BOOTLOADER
54 /* Define this if your LCD can be enabled/disabled */
55 /* #define HAVE_LCD_ENABLE */
57 /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
58 * should be defined as well.
59 * We can currently put the lcd to sleep but it won't wake up properly */
60 /* #define HAVE_LCD_SLEEP */
61 /* #define HAVE_LCD_SLEEP_SETTING */
62 #endif
64 /* define this if you can flip your LCD */
65 #define HAVE_LCD_FLIP
67 /* define this if you can invert the colours on your LCD */
68 #define HAVE_LCD_INVERT
70 /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */
72 #define CONFIG_KEYPAD PHILIPS_HDD1630_PAD
74 /* define this if the target has volume keys which can be used in the lists */
75 #define HAVE_VOLUME_IN_LIST
77 /* Define this if you do software codec */
78 #define CONFIG_CODEC SWCODEC
80 /* define this if you have a real-time clock. The HDD16x0 has a PCF8563 RTC,
81 but it's register compatible with the E8564. */
82 #ifndef BOOTLOADER
83 #define CONFIG_RTC RTC_E8564
84 #define HAVE_RTC_ALARM
85 #endif
87 /* Define this if you have a software controlled poweroff */
88 #define HAVE_SW_POWEROFF
90 /* The number of bytes reserved for loadable codecs */
91 #define CODEC_SIZE 0x100000
93 /* The number of bytes reserved for loadable plugins */
94 #define PLUGIN_BUFFER_SIZE 0x80000
96 /* Define this if you have the WM8731 audio codec */
97 #define HAVE_WM8731
99 /* WM8731 has no tone controls, so we use the software ones */
100 #define HAVE_SW_TONE_CONTROLS
102 /* TODO: #define AB_REPEAT_ENABLE 1 */
104 /* FM Tuner */
105 #define CONFIG_TUNER TEA5767
106 #define CONFIG_TUNER_XTAL 32768
108 /* define this if you have a disk storage, i.e. something
109 that needs spinups and can cause skips when shaked */
110 #define HAVE_DISK_STORAGE
112 /* Define this for LCD backlight available */
113 #define HAVE_BACKLIGHT
114 #define HAVE_BACKLIGHT_BRIGHTNESS
115 /* #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING */
117 /* Main LCD backlight brightness range and defaults */
118 #define MIN_BRIGHTNESS_SETTING 1
119 #define MAX_BRIGHTNESS_SETTING 16
120 #define DEFAULT_BRIGHTNESS_SETTING 13 /* match OF brightness */
122 /* define this if you have a light associated with the buttons */
123 #define HAVE_BUTTON_LIGHT
124 #define HAVE_BUTTONLIGHT_BRIGHTNESS
126 #define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */
127 #define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */
128 #define BATTERY_CAPACITY_MAX 630 /* max. capacity selectable */
129 #define BATTERY_CAPACITY_INC 0 /* capacity increment */
130 #define BATTERY_TYPES_COUNT 1 /* only one type */
132 /* Hardware controlled charging */
133 #define CONFIG_CHARGING CHARGING_SIMPLE
135 /* define this if the unit can be powered or charged via USB */
136 #define HAVE_USB_POWER
138 #ifndef SIMULATOR
140 /* Define this if you have a PortalPlayer PP5020 */
141 #define CONFIG_CPU PP5022
143 /* Define this if you want to use the PP5020 i2c interface */
144 #define CONFIG_I2C I2C_PP5020
146 /* define this if the hardware can be powered off while charging */
147 #define HAVE_POWEROFF_WHILE_CHARGING
149 /* The start address index for ROM builds */
150 #define ROM_START 0x00000000
152 /* The size of the flash ROM */
153 #define FLASH_SIZE 0x100000
155 /* Define this to the CPU frequency */
156 #define CPU_FREQ 75000000
158 /* Type of LCD */
159 #define CONFIG_LCD LCD_HDD1630
161 /* Define this if your LCD can set contrast */
162 #define HAVE_LCD_CONTRAST
164 #define MIN_CONTRAST_SETTING 0
165 #define MAX_CONTRAST_SETTING 127
166 #define DEFAULT_CONTRAST_SETTING 63 /* Match boot contrast */
168 /* We're able to shut off power to the HDD */
169 #define HAVE_ATA_POWER_OFF
171 /* Offset ( in the firmware file's header ) to the file CRC and data. These are
172 only used when loading the old format rockbox.e200 file */
173 #define FIRMWARE_OFFSET_FILE_CRC 0x0
174 #define FIRMWARE_OFFSET_FILE_DATA 0x8
176 /* USB On-the-go */
177 #define CONFIG_USBOTG USBOTG_ARC
179 /* enable these for the experimental usb stack */
180 #define HAVE_USBSTACK
181 #define USE_ROCKBOX_USB
182 #define USB_VENDOR_ID 0x0471
183 #define USB_PRODUCT_ID 0x014C
185 /* Virtual LED (icon) */
186 #define CONFIG_LED LED_VIRTUAL
188 /* Define this if you have adjustable CPU frequency */
189 #define HAVE_ADJUSTABLE_CPU_FREQ
191 #define MI4_FORMAT
192 #define BOOTFILE_EXT "mi4"
193 #define BOOTFILE "rockbox." BOOTFILE_EXT
194 #define BOOTDIR "/.rockbox"
196 #define ICODE_ATTR_TREMOR_NOT_MDCT
198 #endif