From 16f879eea46df1de0764d9f94ecbd8b00ea57368 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 10 Aug 2018 22:24:42 +0100 Subject: [PATCH] trs80m1: turn IDE on in build --- Kernel/platform-trs80m1/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kernel/platform-trs80m1/config.h b/Kernel/platform-trs80m1/config.h index fb36fbeb..cb067e50 100644 --- a/Kernel/platform-trs80m1/config.h +++ b/Kernel/platform-trs80m1/config.h @@ -30,6 +30,9 @@ /* And networking */ #define CONFIG_NET #define CONFIG_NET_NATIVE +/* And IDE */ +#define MAX_BLKDEV 2 +#define CONFIG_IDE #define MAX_MAPS 16 /* 512K */ -- 2.34.1