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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index c9f97dcea5..6adcda9a1e 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -91,6 +91,10 @@
91#define HAVE_BACKLIGHT 91#define HAVE_BACKLIGHT
92#define HAVE_BACKLIGHT_BRIGHTNESS 92#define HAVE_BACKLIGHT_BRIGHTNESS
93 93
94/* Support for LCD sleep/BCM shutdown */
95#define HAVE_LCD_SLEEP
96#define HAVE_LCD_SLEEP_SETTING
97
94/* We can fade the backlight by using PWM */ 98/* We can fade the backlight by using PWM */
95#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_PWM 99#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_PWM
96 100
@@ -208,9 +212,6 @@
208#define HAVE_SERIAL 212#define HAVE_SERIAL
209 213
210#ifndef BOOTLOADER 214#ifndef BOOTLOADER
211/* Support for LCD sleep/BCM shutdown */
212#define HAVE_LCD_SLEEP
213#define HAVE_LCD_SLEEP_SETTING
214/* The same code may also be used when shutting down the iPod */ 215/* The same code may also be used when shutting down the iPod */
215#define HAVE_LCD_SHUTDOWN 216#define HAVE_LCD_SHUTDOWN
216#endif 217#endif