From 0bfa3e76ce8f2c5465ff568b7f4dcf7b5fbb462f Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Wed, 1 Aug 2007 08:50:44 +0000 Subject: Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuff for flash storage targets as they make no sense git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14110 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodnano.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-ipodnano.h') diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index edf7f2dea2..546d9b85fc 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -70,6 +70,9 @@ /* We can fade the backlight by using PWM */ #define HAVE_BACKLIGHT_PWM_FADING +/* define this if you have a flash memory storage */ +#define HAVE_FLASH_STORAGE + #ifndef SIMULATOR /* Define this if you have a PortalPlayer PP5022 */ -- cgit v1.2.3