From 9c1a2d2bc78618e12b82d0b65b45eb54afa0b282 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 17 May 2018 13:38:12 +0100 Subject: [PATCH] trs80: make config.h and the other code agree on the config name --- Kernel/platform-trs80/config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Kernel/platform-trs80/config.h b/Kernel/platform-trs80/config.h index 1f2a7dc5..2048ede4 100644 --- a/Kernel/platform-trs80/config.h +++ b/Kernel/platform-trs80/config.h @@ -18,7 +18,11 @@ #define CONFIG_VT_MULTI /* Banked memory set up */ #define CONFIG_BANK_FIXED -#ifdef CONFIG_BANK94 + + +/* Support extra banked expansion memory using port 0x94 */ +#define CONFIG_MAP94 +#ifdef CONFIG_MAP94 #define MAX_MAPS 62 #else #define MAX_MAPS 2 -- 2.34.1