diff options
Diffstat (limited to 'firmware/export/config/ipodvideo.h')
-rw-r--r-- | firmware/export/config/ipodvideo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h index 0b288e4512..f5854b7b03 100644 --- a/firmware/export/config/ipodvideo.h +++ b/firmware/export/config/ipodvideo.h @@ -13,6 +13,9 @@ /* define this if you use an ATA controller */ #define CONFIG_STORAGE STORAGE_ATA +/* define this if the ATA controller and method of USB access support LBA48 */ +#define HAVE_LBA48 + /* define this if you have recording possibility */ #define HAVE_RECORDING |