summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiox5.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-07-21 08:42:28 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-07-21 08:42:28 +0000
commited4d7a33bdeba5ce11512ee617398a2840797203 (patch)
tree1027077148ace8e13c8fa49ae3794b2038a2d67a /firmware/export/config-iaudiox5.h
parente8818efbe9c814ad3b46ee0e5d0ae250b7c96cf4 (diff)
downloadrockbox-ed4d7a33bdeba5ce11512ee617398a2840797203.tar.gz
rockbox-ed4d7a33bdeba5ce11512ee617398a2840797203.zip
Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.
Also includes a rewrite of the Coldfire I2C driver to include both read and write. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10272 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r--firmware/export/config-iaudiox5.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index d224b3b45e..cd77dc3c48 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -6,7 +6,7 @@
6#define MODEL_NUMBER 10 6#define MODEL_NUMBER 10
7 7
8/* define this if you have recording possibility */ 8/* define this if you have recording possibility */
9/*#define HAVE_RECORDING 1*/ 9#define HAVE_RECORDING 1
10 10
11/* define this if you have a bitmap LCD display */ 11/* define this if you have a bitmap LCD display */
12#define HAVE_LCD_BITMAP 1 12#define HAVE_LCD_BITMAP 1
@@ -53,6 +53,11 @@
53/* The number of bytes reserved for loadable plugins */ 53/* The number of bytes reserved for loadable plugins */
54#define PLUGIN_BUFFER_SIZE 0x80000 54#define PLUGIN_BUFFER_SIZE 0x80000
55 55
56/* FM Tuner */
57#define CONFIG_TUNER TEA5767
58#define CONFIG_TUNER_XTAL 32768
59
60
56#define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */ 61#define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */
57 62
58#ifndef SIMULATOR 63#ifndef SIMULATOR