From: Alan Cox Date: Tue, 14 Nov 2017 00:49:38 +0000 (+0000) Subject: z80pack: turn on rtc X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0e2edc1dfa500d5a01dd11686d967a55cf304a80;p=FUZIX.git z80pack: turn on rtc --- diff --git a/Kernel/platform-z80pack/config.h b/Kernel/platform-z80pack/config.h index c953c12e..f1ff8184 100644 --- a/Kernel/platform-z80pack/config.h +++ b/Kernel/platform-z80pack/config.h @@ -1,5 +1,7 @@ /* We have an RTC */ #define CONFIG_RTC +/* And we can read ToD from it */ +#define CONFIG_RTC_FULL /* Enable to make ^Z dump the inode table for debug */ #undef CONFIG_IDUMP /* Enable to make ^A drop back into the monitor */