Subversion Repositories freemyipod

Rev

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

Rev 301 Rev 303
Line 53... Line 53...
53
 
53
 
54
#define HAVE_I2C
54
#define HAVE_I2C
55
 
55
 
56
#define HAVE_HWKEYAES
56
#define HAVE_HWKEYAES
57
 
57
 
58
//#define HAVE_BUTTON
58
#define HAVE_BUTTON
59
//#define HAVE_CLICKWHEEL
59
#define HAVE_CLICKWHEEL
60
 
60
 
61
#define HAVE_BOOTFLASH
61
#define HAVE_BOOTFLASH
62
 
62
 
63
#define HAVE_STORAGE
63
#define HAVE_STORAGE
64
#define HAVE_HDD_STORAGE
64
#define HAVE_HDD_STORAGE
65
#define HAVE_STORAGE_FLUSH
65
#define HAVE_STORAGE_FLUSH
66
#define HAVE_HOTSWAP
66
#define HAVE_HOTSWAP
67
#define CONFIG_STORAGE STORAGE_ATA
67
#define CONFIG_STORAGE STORAGE_ATA
68
#define SECTOR_SIZE 4096
68
#define SECTOR_SIZE 4096
69
 
69
 
70
//#define HAVE_TARGETINIT_LATE
70
#define HAVE_TARGETINIT_LATE
71
 
71
 
72
 
72
 
73
#endif
73
#endif