From c8ce61e2ea426c7081cd1c7565d841f6dd7326f0 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Mon, 15 Sep 2003 00:00:11 +0000 Subject: [PATCH] the correct RTC setting for powerpc/Macintosh - but I think now the default will not work for the rs6k - but Mac hardware is in wider use AND we need to fix the kernel in this broken RTC area ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1398 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/powerpc/kernel.conf.m4 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/architecture/powerpc/kernel.conf.m4 b/architecture/powerpc/kernel.conf.m4 index 6cf6dd014..12e0d0d16 100644 --- a/architecture/powerpc/kernel.conf.m4 +++ b/architecture/powerpc/kernel.conf.m4 @@ -29,6 +29,13 @@ include(`kernel-scsi.conf') include(`kernel-net.conf') include(`kernel-fs.conf') +dnl macs need a special RTC ... (this need to be fixed in the kernel so we +dnl can have generic support for the rs6k and mac support at the same time +dnl +# CONFIG_GEN_RTC is not set +CONFIG_PPC_RTC=m +# CONFIG_RTC is not set + dnl macs need an FB dnl CONFIG_FB_RIVA=y