From c038eb89e173812a2dc5df98def04eb3691f1b34 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 2 Jun 2018 22:55:48 +0100 Subject: [PATCH] trs80m1: turn on direct I/O --- Kernel/platform-trs80m1/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-trs80m1/config.h b/Kernel/platform-trs80m1/config.h index 7ba4a23f..776e9651 100644 --- a/Kernel/platform-trs80m1/config.h +++ b/Kernel/platform-trs80m1/config.h @@ -17,6 +17,8 @@ /* Banked memory set up */ #define CONFIG_BANK_FIXED +#define CONFIG_LARGE_IO_DIRECT + #define MAX_MAPS 16 #define MAP_SIZE 0x8000 -- 2.34.1