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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index ca8e43db77..fb00fd99d1 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -204,4 +204,12 @@
204#define IPOD_ACCESSORY_PROTOCOL 204#define IPOD_ACCESSORY_PROTOCOL
205#define HAVE_SERIAL 205#define HAVE_SERIAL
206 206
207#ifndef BOOTLOADER
208/* Support for LCD sleep/BCM shutdown */
209#define HAVE_LCD_SLEEP
210#define HAVE_LCD_SLEEP_SETTING
211/* The same code may also be used when shutting down the iPod */
212#define HAVE_LCD_SHUTDOWN
213#endif
214
207#endif 215#endif