From dc151c4c519eb138684393784de970bdd9b73d90 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 29 Sep 2018 23:06:55 +0100 Subject: [PATCH] socz80: turn on direct I/O --- Kernel/platform-socz80/config.h | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.34.1