Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
c8ce61e2ea
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      architecture/powerpc/kernel.conf.m4

+ 7
- 0
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

Loading…
Cancel
Save