* enabled kernel drivers necessary for newer Apple desktops and G4 iBooks * forced preemption to be disabled for PowerPC (globally) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3159 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -31,7 +31,7 @@ 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 can have generic support for the rs6k and mac support at the same time)
dnl
# CONFIG_RTC is not set
# CONFIG_GEN_RTC is not set
@ -54,6 +54,12 @@ dnl
CONFIG_PMAC_PBOOK=y
CONFIG_PMAC_BACKLIGHT=y
CONFIG_PMAC_APM_EMU=y
dnl the thermal control stuff needed for newer desktop macs and iBook G4
CONFIG_I2C=y
CONFIG_I2C_KEYWEST=y
CONFIG_THERM_WINDTUNNEL=y
CONFIG_THERM_ADT746X=y
# for 2.6 kernels
@ -8,3 +8,4 @@ CONFIG_VLSI_FIR 2003-12-22 2.6.0
CONFIG_SCSI_AHA1542 2003-12-22 2.6.0
CONFIG_MAC_SERIAL 2004-03-20 2.6.3 # suspend unfunctional
CONFIG_SERIAL_PMACZILOG 2004-03-20 2.6.3 # suspend unfunctional
CONFIG_PREEMPT 2004-06-06 2.6.7