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.

79 lines
1.5 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. dnl macs need a special RTC ... (this need to be fixed in the kernel so we
  29. dnl can have generic support for the rs6k and mac support at the same time
  30. dnl
  31. # CONFIG_RTC is not set
  32. # CONFIG_GEN_RTC is not set
  33. CONFIG_PPC_RTC=y
  34. dnl macs need an FB
  35. dnl
  36. CONFIG_FB_RIVA=y
  37. CONFIG_FB_MATROX=m
  38. CONFIG_FB_ATY=y
  39. CONFIG_FB_RADEON=y
  40. dnl AGP
  41. dnl
  42. CONFIG_AGP=y
  43. CONFIG_AGP_UNINORTH=m
  44. dnl power management
  45. dnl
  46. CONFIG_PMAC_PBOOK=y
  47. CONFIG_PMAC_BACKLIGHT=y
  48. CONFIG_PMAC_APM_EMU=y
  49. # for 2.6 kernels
  50. dnl
  51. CONFIG_TAU=y
  52. CONFIG_CPU_FREQ=y
  53. CONFIG_CPU_FREQ_PMAC=y
  54. CONFIG_CPU_FREQ_26_API=y
  55. CONFIG_MAC_FLOPPY=y
  56. CONFIG_PMU_HD_BLINK=y
  57. # CONFIG_MAC_ADBKEYCODES is not set
  58. dnl make sure old OSS modules are build (ALSA does not yet work correct)
  59. dnl
  60. CONFIG_DMASOUND_PMAC=m
  61. CONFIG_DMASOUND=m
  62. dnl some network teaks (the GMAC is obsoleted by SUNGEM)
  63. dnl
  64. # CONFIG_GMAC is not set
  65. CONFIG_SUNGEM=y