summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodvideo.h')
-rw-r--r--firmware/export/config-ipodvideo.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index 419a49135f..0f2da5360a 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -52,6 +52,9 @@
52/* define this if you have a real-time clock */ 52/* define this if you have a real-time clock */
53#define CONFIG_RTC RTC_PCF50605 53#define CONFIG_RTC RTC_PCF50605
54 54
55/* Define if the device can wake from an RTC alarm */
56#define HAVE_RTC_ALARM
57
55/* Define this if you have a software controlled poweroff */ 58/* Define this if you have a software controlled poweroff */
56#define HAVE_SW_POWEROFF 59#define HAVE_SW_POWEROFF
57 60
@@ -73,13 +76,8 @@
73/* We can fade the backlight by using PWM */ 76/* We can fade the backlight by using PWM */
74#define HAVE_BACKLIGHT_PWM_FADING 77#define HAVE_BACKLIGHT_PWM_FADING
75 78
76#ifndef SIMULATOR 79/* Define this if you can detect headphones */
77 80#define HAVE_HEADPHONE_DETECTION
78/* Define this if you have a PortalPlayer PP5022 */
79#define CONFIG_CPU PP5022
80
81/* Define this if you want to use the PP5020 i2c interface */
82#define CONFIG_I2C I2C_PP5020
83 81
84/* Type of mobile power */ 82/* Type of mobile power */
85#if (MEM==32) /* this is the 30GB-model */ 83#if (MEM==32) /* this is the 30GB-model */
@@ -103,6 +101,17 @@
103/* Hardware controlled charging with monitoring */ 101/* Hardware controlled charging with monitoring */
104#define CONFIG_CHARGING CHARGING_MONITOR 102#define CONFIG_CHARGING CHARGING_MONITOR
105 103
104/* define this if the unit can be powered or charged via USB */
105#define HAVE_USB_POWER
106
107#ifndef SIMULATOR
108
109/* Define this if you have a PortalPlayer PP5022 */
110#define CONFIG_CPU PP5022
111
112/* Define this if you want to use the PP5020 i2c interface */
113#define CONFIG_I2C I2C_PP5020
114
106/* define this if the hardware can be powered off while charging */ 115/* define this if the hardware can be powered off while charging */
107//#define HAVE_POWEROFF_WHILE_CHARGING 116//#define HAVE_POWEROFF_WHILE_CHARGING
108 117
@@ -131,21 +140,12 @@
131/* USB On-the-go */ 140/* USB On-the-go */
132#define CONFIG_USBOTG USBOTG_ARC 141#define CONFIG_USBOTG USBOTG_ARC
133 142
134/* define this if the unit can be powered or charged via USB */
135#define HAVE_USB_POWER
136
137/* Virtual LED (icon) */ 143/* Virtual LED (icon) */
138#define CONFIG_LED LED_VIRTUAL 144#define CONFIG_LED LED_VIRTUAL
139 145
140/* Define if the device can wake from an RTC alarm */
141#define HAVE_RTC_ALARM
142
143/* Define this if you have adjustable CPU frequency */ 146/* Define this if you have adjustable CPU frequency */
144#define HAVE_ADJUSTABLE_CPU_FREQ 147#define HAVE_ADJUSTABLE_CPU_FREQ
145 148
146/* Define this if you can detect headphones */
147#define HAVE_HEADPHONE_DETECTION
148
149/* Define this if you can read an absolute wheel position */ 149/* Define this if you can read an absolute wheel position */
150#define HAVE_WHEEL_POSITION 150#define HAVE_WHEEL_POSITION
151 151