|
|
dnl --- T2-COPYRIGHT-NOTE-BEGIN --- dnl This copyright note is auto-generated by ./scripts/Create-CopyPatch. dnl dnl T2 SDE: architecture/powerpc/kernel.conf.m4 dnl Copyright (C) 2004 - 2006 The T2 SDE Project dnl dnl More information can be found in the files COPYING and README. dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; version 2 of the License. A copy of the dnl GNU General Public License can be found in the file COPYING. dnl --- T2-COPYRIGHT-NOTE-END --- define(`PPC', 'PowerPC')dnl
dnl System type (default=Macintosh) dnl CONFIG_PPC=y CONFIG_6xx=y CONFIG_CLASSIC32=y # CONFIG_4xx is not set # CONFIG_PPC64 is not set # CONFIG_82xx is not set # CONFIG_8xx is not set CONFIG_PMAC=y CONFIG_PREP=u CONFIG_CHRA=y CONFIG_ALL_PPC=y # CONFIG_GEMINI is not set # CONFIG_APUS is not set CONFIG_MACH_SPECIFIC=y
dnl additional 2.6 kernel configs CONFIG_PPC32=y # CONFIG_40x is not set # CONFIG_POWER3 is not set
CONFIG_ALTIVEC=y
dnl Platform specific support dnl
CONFIG_PROC_DEVICETREE=y
CONFIG_ADB=y CONFIG_ADB_CUDA=y CONFIG_ADB_PMU=y CONFIG_PMAC_APM_EMU=y CONFIG_PMAC_MEDIABAY=y CONFIG_PMAC_BACKLIGHT=y CONFIG_ADB_MACIO=y CONFIG_INPUT_ADBHID=y CONFIG_USB_HIDINPUT_POWERBOOK=y CONFIG_MAC_EMUMOUSEBTN=y
dnl older IBM machines CONFIG_ISA=y
include(`kernel-common.conf.m4') include(`kernel-block.conf.m4') include(`kernel-net.conf.m4') include(`kernel-fs.conf.m4')
dnl macs need a special RTC ... (this needs 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_RTC is not set CONFIG_GEN_RTC=y CONFIG_PPC_RTC=y
dnl macs need an FB dnl CONFIG_FB_CONTROL=y CONFIG_FB_ATY=y CONFIG_FB_RADEON=y CONFIG_FB_ATY128=y CONFIG_FB_NVIDIA=y CONFIG_FB_NVIDIA_I2C=y CONFIG_FB_PLATINUM=y CONFIG_FB_VALKYRIE=y CONFIG_FB_CT65550=y CONFIG_FB_IMSTT=y CONFIG_FB_MATROX=y
dnl power management 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 dnl CONFIG_I2C=y CONFIG_I2C_KEYWEST=y CONFIG_WINDFARM=y CONFIG_THERM_WINDTUNNEL=y CONFIG_THERM_ADT746X=y
dnl for 2.6 kernels dnl CONFIG_TAU=y
CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_PMAC=y CONFIG_CPU_FREQ_26_API=y
CONFIG_BLK_DEV_IDE_PMAC=y CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y CONFIG_BLK_DEV_IDEDMA_PMAC=y CONFIG_BLK_DEV_IDE_PMAC_BLINK=y CONFIG_PMU_HD_BLINK=y # CONFIG_MAC_ADBKEYCODES is not set
dnl some network teaks (the GMAC is obsoleted by SUNGEM) dnl # CONFIG_GMAC is not set CONFIG_SUNGEM=y
CONFIG_XMON=y
|