summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano2g.h')
-rw-r--r--firmware/export/config-ipodnano2g.h20
1 files changed, 6 insertions, 14 deletions
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h
index 02277adcaa..31830fd2c1 100644
--- a/firmware/export/config-ipodnano2g.h
+++ b/firmware/export/config-ipodnano2g.h
@@ -9,11 +9,11 @@
9#define MODEL_NAME "Apple iPod Nano 2g" 9#define MODEL_NAME "Apple iPod Nano 2g"
10 10
11/* define this if you have recording possibility */ 11/* define this if you have recording possibility */
12//#define HAVE_RECORDING 12#define HAVE_RECORDING
13 13
14/* Define bitmask of input sources - recordable bitmask can be defined 14/* Define bitmask of input sources - recordable bitmask can be defined
15 explicitly if different */ 15 explicitly if different */
16#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) 16#define INPUT_SRC_CAPS (SRC_CAP_LINEIN)
17 17
18/* define the bitmask of hardware sample rates */ 18/* define the bitmask of hardware sample rates */
19#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 19#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
@@ -86,7 +86,7 @@
86#define CONFIG_LCD LCD_NANO2G 86#define CONFIG_LCD LCD_NANO2G
87 87
88/* Define the type of audio codec */ 88/* Define the type of audio codec */
89#define HAVE_UDA1380 89#define HAVE_WM8975
90 90
91/* Define this for LCD backlight available */ 91/* Define this for LCD backlight available */
92#define HAVE_BACKLIGHT 92#define HAVE_BACKLIGHT
@@ -101,14 +101,6 @@
101/* The number of bytes reserved for loadable plugins */ 101/* The number of bytes reserved for loadable plugins */
102#define PLUGIN_BUFFER_SIZE 0x80000 102#define PLUGIN_BUFFER_SIZE 0x80000
103 103
104/* FM Tuner */
105#define CONFIG_TUNER TEA5760
106#define CONFIG_TUNER_XTAL 32768
107
108//#define HAVE_TLV320
109
110/* TLV320 has no tone controls, so we use the software ones */
111#define HAVE_SW_TONE_CONTROLS
112 104
113#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */ 105#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */
114#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ 106#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
@@ -124,10 +116,10 @@
124/* Define this if your LCD can set contrast */ 116/* Define this if your LCD can set contrast */
125//#define HAVE_LCD_CONTRAST 117//#define HAVE_LCD_CONTRAST
126 118
127/* Define this if you have a Motorola SCF5250 */ 119/* The exact type of CPU */
128#define CONFIG_CPU S5L8701 120#define CONFIG_CPU S5L8701
129 121
130/* Define this if you want to use coldfire's i2c interface */ 122/* I2C interface */
131#define CONFIG_I2C I2C_S5L8700 123#define CONFIG_I2C I2C_S5L8700
132 124
133/* define this if the hardware can be powered off while charging */ 125/* define this if the hardware can be powered off while charging */
@@ -137,7 +129,7 @@
137#define FLASH_SIZE 0x400000 129#define FLASH_SIZE 0x400000
138 130
139/* Define this to the CPU frequency */ 131/* Define this to the CPU frequency */
140#define CPU_FREQ 11289600 132#define CPU_FREQ 200000000
141 133
142/* Define this if you have ATA power-off control */ 134/* Define this if you have ATA power-off control */
143//#define HAVE_ATA_POWER_OFF 135//#define HAVE_ATA_POWER_OFF