Switch on hotkey on several targets. Stole the WPS Show Track Info key for most...
[kugel-rb.git] / firmware / export / config / creativezv.h
blob9563945c45eb2dcd1b1beb5abc043577eeca1174
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2008 by Maurus Cuelenaere
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
23 * This config file is for the Creative Zen Vision
25 #define TARGET_TREE /* this target is using the target tree system */
27 #define CONFIG_SDRAM_START 0x00900000
29 #define CREATIVE_ZV 1
31 #define MODEL_NAME "Creative Zen Vision"
33 /* This makes it part of the Creative Zen Vision family :) */
34 #define CREATIVE_ZVx 1
36 /* For Rolo and boot loader */
37 #define MODEL_NUMBER 28
39 /* define this if you use an ATA controller */
40 #define CONFIG_STORAGE STORAGE_ATA
42 /* define this if you have a bitmap LCD display */
43 #define HAVE_LCD_BITMAP
45 /* define this if you have a colour LCD */
46 #define HAVE_LCD_COLOR
48 /* define this if you have access to the quickscreen */
49 #define HAVE_QUICKSCREEN
51 /* define this if you have access to the pitchscreen */
52 #define HAVE_PITCHSCREEN
54 /* define this if you would like tagcache to build on this target */
55 #define HAVE_TAGCACHE
57 /* define this if the target has volume keys which can be used in the lists */
58 //#define HAVE_VOLUME_IN_LIST
60 /* LCD dimensions */
61 #define CONFIG_LCD LCD_CREATIVEZVM
63 /* choose the lcd orientation. both work */
64 #define CONFIG_ORIENTATION SCREEN_PORTRAIT
66 #define LCD_WIDTH 640
67 #define LCD_HEIGHT 480
69 #define LCD_DEPTH 16 /* 65k colours */
70 #define LCD_PIXELFORMAT RGB565 /* rgb565 */
72 /* Define this if your LCD can be enabled/disabled */
73 #define HAVE_LCD_ENABLE
75 #define CONFIG_KEYPAD CREATIVEZV_PAD
76 #define HAVE_HEADPHONE_DETECTION
77 //#define HAVE_TOUCHPAD
79 /* Define this to enable morse code input */
80 #define HAVE_MORSE_INPUT
82 /* Define this if you do software codec */
83 #define CONFIG_CODEC SWCODEC
85 /* define this if you have a real-time clock */
86 //#define CONFIG_RTC RTC_RX5X348AB
88 /* define this if you have a disk storage, i.e. something
89 that needs spinups and can cause skips when shaked */
90 #define HAVE_DISK_STORAGE
92 /* Define this for LCD backlight available */
93 //#define HAVE_BACKLIGHT
95 //#define HAVE_BACKLIGHT_BRIGHTNESS
97 /* Main LCD backlight brightness range and defaults */
98 //#define MIN_BRIGHTNESS_SETTING 0
99 //#define MAX_BRIGHTNESS_SETTING 127
100 //#define DEFAULT_BRIGHTNESS_SETTING 85 /* OF "full brightness" */
101 //#define DEFAULT_DIMNESS_SETTING 22 /* OF "most dim" */
103 /* Define this if you have a software controlled poweroff */
104 //#define HAVE_SW_POWEROFF
105 //TODO: enable this back
107 /* The number of bytes reserved for loadable codecs */
108 #define CODEC_SIZE 0x100000
110 /* The number of bytes reserved for loadable plugins */
111 #define PLUGIN_BUFFER_SIZE 0x100000
113 /* Define this if you have the TLV320 audio codec -> controlled by the DSP */
114 #define HAVE_TLV320
116 #define CONFIG_I2C I2C_DM320
118 /* TLV320 has no tone controls, so we use the software ones */
119 #define HAVE_SW_TONE_CONTROLS
121 /*#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \
122 SAMPR_CAP_11)*/
124 #define BATTERY_CAPACITY_DEFAULT 1250 /* default battery capacity */
125 #define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
126 #define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */
127 #define BATTERY_CAPACITY_INC 100 /* capacity increment */
128 #define BATTERY_TYPES_COUNT 1 /* only one type */
130 /* Hardware controlled charging with monitoring */
131 //#define CONFIG_CHARGING CHARGING_MONITOR
133 /* Define this if you have a TI TMS320DM320 */
134 #define CONFIG_CPU DM320
136 /* define this if the hardware can be powered off while charging */
137 #define HAVE_POWEROFF_WHILE_CHARGING
139 /* The size of the flash ROM */
140 #define FLASH_SIZE 0x400000
142 /* Define this to the CPU frequency */
143 #define CPU_FREQ 16934400
145 /* Define this if you have ATA power-off control */
146 #define HAVE_ATA_POWER_OFF
148 /* Offset ( in the firmware file's header ) to the file CRC */
149 #define FIRMWARE_OFFSET_FILE_CRC 0
151 /* Offset ( in the firmware file's header ) to the real data */
152 #define FIRMWARE_OFFSET_FILE_DATA 8
154 /* Define this if you have adjustable CPU frequency */
155 /* #define HAVE_ADJUSTABLE_CPU_FREQ */
157 #define BOOTFILE_EXT "zv"
158 #define BOOTFILE "rockbox." BOOTFILE_EXT
159 #define BOOTDIR "/.rockbox"
161 #define CONFIG_USBOTG USBOTG_ISP1583
162 #define HAVE_USBSTACK
163 #define USE_ROCKBOX_USB
164 #define USB_VENDOR_ID 0x041e
165 #define USB_PRODUCT_ID 0x4133
166 #define USB_NUM_ENDPOINTS 7
168 /* Define this if a programmable hotkey is mapped */
169 #define HAVE_HOTKEY