OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
2.6 KiB

  1. dnl --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. dnl This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. dnl
  4. dnl T2 SDE: architecture/powerpc/kernel.conf.m4
  5. dnl Copyright (C) 2004 - 2006 The T2 SDE Project
  6. dnl
  7. dnl More information can be found in the files COPYING and README.
  8. dnl
  9. dnl This program is free software; you can redistribute it and/or modify
  10. dnl it under the terms of the GNU General Public License as published by
  11. dnl the Free Software Foundation; version 2 of the License. A copy of the
  12. dnl GNU General Public License can be found in the file COPYING.
  13. dnl --- T2-COPYRIGHT-NOTE-END ---
  14. define(`PPC', 'PowerPC')dnl
  15. dnl System type (default=Macintosh)
  16. dnl
  17. CONFIG_PPC=y
  18. CONFIG_6xx=y
  19. CONFIG_CLASSIC32=y
  20. # CONFIG_4xx is not set
  21. # CONFIG_PPC64 is not set
  22. # CONFIG_82xx is not set
  23. # CONFIG_8xx is not set
  24. CONFIG_PMAC=y
  25. CONFIG_PREP=u
  26. CONFIG_CHRA=y
  27. CONFIG_ALL_PPC=y
  28. # CONFIG_GEMINI is not set
  29. # CONFIG_APUS is not set
  30. CONFIG_MACH_SPECIFIC=y
  31. dnl additional 2.6 kernel configs
  32. CONFIG_PPC32=y
  33. # CONFIG_40x is not set
  34. # CONFIG_POWER3 is not set
  35. CONFIG_ALTIVEC=y
  36. dnl Platform specific support
  37. dnl
  38. CONFIG_PROC_DEVICETREE=y
  39. CONFIG_ADB=y
  40. CONFIG_ADB_CUDA=y
  41. CONFIG_ADB_PMU=y
  42. CONFIG_PMAC_APM_EMU=y
  43. CONFIG_PMAC_MEDIABAY=y
  44. CONFIG_PMAC_BACKLIGHT=y
  45. CONFIG_ADB_MACIO=y
  46. CONFIG_INPUT_ADBHID=y
  47. CONFIG_USB_HIDINPUT_POWERBOOK=y
  48. CONFIG_MAC_EMUMOUSEBTN=y
  49. dnl older IBM machines
  50. CONFIG_ISA=y
  51. include(`kernel-common.conf.m4')
  52. include(`kernel-block.conf.m4')
  53. include(`kernel-net.conf.m4')
  54. include(`kernel-fs.conf.m4')
  55. dnl macs need a special RTC ... (this needs to be fixed in the kernel so we
  56. dnl can have generic support for the rs6k and mac support at the same time)
  57. dnl
  58. # CONFIG_RTC is not set
  59. CONFIG_GEN_RTC=y
  60. CONFIG_PPC_RTC=y
  61. dnl macs need an FB
  62. dnl
  63. CONFIG_FB_CONTROL=y
  64. CONFIG_FB_ATY=y
  65. CONFIG_FB_RADEON=y
  66. CONFIG_FB_ATY128=y
  67. CONFIG_FB_NVIDIA=y
  68. CONFIG_FB_NVIDIA_I2C=y
  69. CONFIG_FB_PLATINUM=y
  70. CONFIG_FB_VALKYRIE=y
  71. CONFIG_FB_CT65550=y
  72. CONFIG_FB_IMSTT=y
  73. CONFIG_FB_MATROX=y
  74. dnl power management
  75. dnl
  76. CONFIG_PMAC_PBOOK=y
  77. CONFIG_PMAC_BACKLIGHT=y
  78. CONFIG_PMAC_APM_EMU=y
  79. dnl the thermal control stuff needed for newer desktop macs and iBook G4
  80. dnl
  81. CONFIG_I2C=y
  82. CONFIG_I2C_KEYWEST=y
  83. CONFIG_WINDFARM=y
  84. CONFIG_THERM_WINDTUNNEL=y
  85. CONFIG_THERM_ADT746X=y
  86. dnl for 2.6 kernels
  87. dnl
  88. CONFIG_TAU=y
  89. CONFIG_CPU_FREQ=y
  90. CONFIG_CPU_FREQ_PMAC=y
  91. CONFIG_CPU_FREQ_26_API=y
  92. CONFIG_BLK_DEV_IDE_PMAC=y
  93. CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y
  94. CONFIG_BLK_DEV_IDEDMA_PMAC=y
  95. CONFIG_BLK_DEV_IDE_PMAC_BLINK=y
  96. CONFIG_PMU_HD_BLINK=y
  97. # CONFIG_MAC_ADBKEYCODES is not set
  98. dnl some network teaks (the GMAC is obsoleted by SUNGEM)
  99. dnl
  100. # CONFIG_GMAC is not set
  101. CONFIG_SUNGEM=y
  102. CONFIG_XMON=y