mirror of the now-defunct rocklinux.org
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.

86 lines
1.6 KiB

  1. define(`PPC', 'PowerPC')dnl
  2. dnl System type (default=Macintosh)
  3. dnl
  4. CONFIG_PPC=y
  5. CONFIG_6xx=y
  6. # CONFIG_4xx is not set
  7. # CONFIG_PPC64 is not set
  8. # CONFIG_82xx is not set
  9. # CONFIG_8xx is not set
  10. CONFIG_PMAC=y
  11. # CONFIG_PREP is not set
  12. # CONFIG_CHRP is not set
  13. # CONFIG_ALL_PPC is not set
  14. # CONFIG_GEMINI is not set
  15. # CONFIG_APUS is not set
  16. # CONFIG_SMP is not set
  17. CONFIG_MACH_SPECIFIC=y
  18. # additional 2.6 kernel configs
  19. CONFIG_PPC32=y
  20. # CONFIG_40x is not set
  21. # CONFIG_POWER3 is not set
  22. CONFIG_ALTIVEC=y
  23. include(`kernel-common.conf')
  24. include(`kernel-scsi.conf')
  25. include(`kernel-net.conf')
  26. include(`kernel-fs.conf')
  27. CONFIG_BROKEN_ON_SMP=y
  28. # CONFIG_SMP is not set
  29. CONFIG_HFS_FS=y
  30. dnl macs need a special RTC ... (this need to be fixed in the kernel so we
  31. dnl can have generic support for the rs6k and mac support at the same time)
  32. dnl
  33. # CONFIG_RTC is not set
  34. # CONFIG_GEN_RTC is not set
  35. CONFIG_PPC_RTC=y
  36. dnl macs need an FB
  37. dnl
  38. CONFIG_FB_RIVA=y
  39. CONFIG_FB_MATROX=m
  40. CONFIG_FB_ATY=y
  41. CONFIG_FB_RADEON=y
  42. dnl AGP
  43. dnl
  44. CONFIG_AGP=y
  45. CONFIG_AGP_UNINORTH=m
  46. dnl power management
  47. dnl
  48. CONFIG_PMAC_PBOOK=y
  49. CONFIG_PMAC_BACKLIGHT=y
  50. CONFIG_PMAC_APM_EMU=y
  51. dnl the thermal control stuff needed for newer desktop macs and iBook G4
  52. dnl
  53. CONFIG_I2C=y
  54. CONFIG_I2C_KEYWEST=y
  55. CONFIG_THERM_WINDTUNNEL=y
  56. CONFIG_THERM_ADT746X=y
  57. # for 2.6 kernels
  58. dnl
  59. CONFIG_TAU=y
  60. CONFIG_CPU_FREQ=y
  61. CONFIG_CPU_FREQ_PMAC=y
  62. CONFIG_CPU_FREQ_26_API=y
  63. CONFIG_MAC_FLOPPY=y
  64. CONFIG_PMU_HD_BLINK=y
  65. # CONFIG_MAC_ADBKEYCODES is not set
  66. dnl some network teaks (the GMAC is obsoleted by SUNGEM)
  67. dnl
  68. # CONFIG_GMAC is not set
  69. CONFIG_SUNGEM=y
  70. dnl input event debugging is activated by default - very annoying
  71. CONFIG_INPUT_EVBUG=m