From: Alan Cox Date: Sat, 29 Sep 2018 22:06:55 +0000 (+0100) Subject: socz80: turn on direct I/O X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=dc151c4c519eb138684393784de970bdd9b73d90;p=FUZIX.git socz80: turn on direct I/O --- diff --git a/Kernel/platform-socz80/config.h b/Kernel/platform-socz80/config.h index f0218bfc..e879719d 100644 --- a/Kernel/platform-socz80/config.h +++ b/Kernel/platform-socz80/config.h @@ -38,5 +38,7 @@ #define MAX_BLKDEV 1 /* Only the one SPI supported for now */ #define SD_DRIVE_COUNT 1 +#define CONFIG_LARGE_IO_DIRECT + #define platform_discard() #define platform_copyright()