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.

87 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_ALTIVEC is not set
  18. CONFIG_MACH_SPECIFIC=y
  19. # additional 2.6 kernel configs
  20. CONFIG_PPC32=y
  21. # CONFIG_40x is not set
  22. # CONFIG_POWER3 is not set
  23. CONFIG_ALTIVEC=y
  24. include(`kernel-common.conf')
  25. include(`kernel-scsi.conf')
  26. include(`kernel-net.conf')
  27. include(`kernel-fs.conf')
  28. CONFIG_HFS_FS=y
  29. dnl macs need a special RTC ... (this need to be fixed in the kernel so we
  30. dnl can have generic support for the rs6k and mac support at the same time)
  31. dnl
  32. # CONFIG_RTC is not set
  33. # CONFIG_GEN_RTC is not set
  34. CONFIG_PPC_RTC=y
  35. dnl macs need an FB
  36. dnl
  37. CONFIG_FB_RIVA=y
  38. CONFIG_FB_MATROX=m
  39. CONFIG_FB_ATY=y
  40. CONFIG_FB_RADEON=y
  41. dnl AGP
  42. dnl
  43. CONFIG_AGP=y
  44. CONFIG_AGP_UNINORTH=m
  45. dnl power management
  46. dnl
  47. CONFIG_PMAC_PBOOK=y
  48. CONFIG_PMAC_BACKLIGHT=y
  49. CONFIG_PMAC_APM_EMU=y
  50. dnl the thermal control stuff needed for newer desktop macs and iBook G4
  51. dnl
  52. CONFIG_I2C=y
  53. CONFIG_I2C_KEYWEST=y
  54. CONFIG_THERM_WINDTUNNEL=y
  55. CONFIG_THERM_ADT746X=y
  56. # for 2.6 kernels
  57. dnl
  58. CONFIG_TAU=y
  59. CONFIG_CPU_FREQ=y
  60. CONFIG_CPU_FREQ_PMAC=y
  61. CONFIG_CPU_FREQ_26_API=y
  62. CONFIG_MAC_FLOPPY=y
  63. CONFIG_PMU_HD_BLINK=y
  64. # CONFIG_MAC_ADBKEYCODES is not set
  65. dnl make sure old OSS modules are build (ALSA does not yet work correct)
  66. dnl
  67. CONFIG_DMASOUND_PMAC=m
  68. CONFIG_DMASOUND=m
  69. dnl some network teaks (the GMAC is obsoleted by SUNGEM)
  70. dnl
  71. # CONFIG_GMAC is not set
  72. CONFIG_SUNGEM=y