trs80: make config.h and the other code agree on the config name
authorAlan Cox <alan@linux.intel.com>
Thu, 17 May 2018 12:38:12 +0000 (13:38 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 17 May 2018 12:38:12 +0000 (13:38 +0100)
Kernel/platform-trs80/config.h

index 1f2a7dc..2048ede 100644 (file)
 #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