Subversion Repositories freemyipod

Rev

Rev 132 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 132 Rev 143
Line 48... Line 48...
48
 
48
 
49
#define HAVE_BACKLIGHT
49
#define HAVE_BACKLIGHT
50
 
50
 
51
#define HAVE_I2C
51
#define HAVE_I2C
52
 
52
 
-
 
53
#define HAVE_HWKEYAES
-
 
54
 
-
 
55
#define HAVE_HMACSHA1
-
 
56
 
53
#define HAVE_BUTTON
57
#define HAVE_BUTTON
54
#define HAVE_CLICKWHEEL
58
#define HAVE_CLICKWHEEL
55
 
59
 
56
#define HAVE_BOOTFLASH
60
#define HAVE_BOOTFLASH
57
#define BOOTFLASH_IS_MEMMAPPED
61
#define BOOTFLASH_IS_MEMMAPPED
58
 
62
 
59
#define HAVE_STORAGE
63
#define HAVE_STORAGE
60
#define HAVE_FLASH_STORAGE
64
#define HAVE_FLASH_STORAGE
61
#define HAVE_STORAGE_FLUSH
65
#define HAVE_STORAGE_FLUSH
-
 
66
#define HAVE_HOTSWAP
62
#define CONFIG_STORAGE STORAGE_NAND
67
#define CONFIG_STORAGE STORAGE_NAND
63
#define SECTOR_SIZE 2048
68
#define SECTOR_SIZE 2048
64
 
69
 
65
#define HAVE_TARGETINIT_LATE
70
#define HAVE_TARGETINIT_LATE
66
 
71