Browse Source

enabled ALTIVEC kernel support for PowerPC - and moved the RTC setting to

x86, since for 68k and PowerPC other settings are needed


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1439 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
3e6fc34449
3 changed files with 7 additions and 6 deletions
  1. +3
    -2
      architecture/powerpc/kernel.conf.m4
  2. +0
    -4
      architecture/share/kernel-common.conf
  3. +4
    -0
      architecture/x86/kernel.conf.sh

+ 3
- 2
architecture/powerpc/kernel.conf.m4

@ -23,6 +23,7 @@ CONFIG_PPC32=y
# CONFIG_40x is not set
# CONFIG_POWER3 is not set
CONFIG_ALTIVEC=y
include(`kernel-common.conf')
include(`kernel-scsi.conf')
@ -32,9 +33,9 @@ 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
# CONFIG_GEN_RTC is not set
CONFIG_PPC_RTC=y
dnl macs need an FB
dnl

+ 0
- 4
architecture/share/kernel-common.conf

@ -96,10 +96,6 @@ dnl we use the seperate linux driver package from XFree86)
dnl
# CONFIG_DRM is not set
dnl Other useful stuff
dnl
CONFIG_RTC=y
dnl The 2.6 kernel has several debugging options enabled
dnl
# CONFIG_FRAME_POINTER is not set

+ 4
- 0
architecture/x86/kernel.conf.sh

@ -54,6 +54,10 @@
dnl PC Speaker for 2.5/6 kernel
CONFIG_INPUT_PCSPKR=y
dnl Other useful stuff
dnl
CONFIG_RTC=y
include(`kernel-common.conf')
include(`kernel-scsi.conf')
include(`kernel-net.conf')

Loading…
Cancel
Save