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.

71 lines
1.2 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. include(`kernel-common.conf')
  24. include(`kernel-scsi.conf')
  25. include(`kernel-net.conf')
  26. include(`kernel-fs.conf')
  27. dnl macs need an FB
  28. dnl
  29. CONFIG_FB_RIVA=y
  30. CONFIG_FB_MATROX=m
  31. CONFIG_FB_ATY=y
  32. CONFIG_FB_RADEON=y
  33. dnl AGP
  34. dnl
  35. CONFIG_AGP=y
  36. CONFIG_AGP_UNINORTH=m
  37. dnl power management
  38. dnl
  39. CONFIG_PMAC_PBOOK=y
  40. CONFIG_PMAC_BACKLIGHT=y
  41. CONFIG_PMAC_APM_EMU=y
  42. # for 2.6 kernels
  43. dnl
  44. CONFIG_TAU=y
  45. CONFIG_CPU_FREQ=y
  46. CONFIG_CPU_FREQ_PMAC=y
  47. CONFIG_CPU_FREQ_26_API=y
  48. CONFIG_MAC_FLOPPY=y
  49. CONFIG_PMU_HD_BLINK=y
  50. # CONFIG_MAC_ADBKEYCODES is not set
  51. dnl make sure old OSS modules are build (ALSA does not yet work correct)
  52. dnl
  53. CONFIG_DMASOUND_PMAC=m
  54. CONFIG_DMASOUND=m
  55. dnl some network teaks (the GMAC is obsoleted by SUNGEM)
  56. dnl
  57. # CONFIG_GMAC is not set
  58. CONFIG_SUNGEM=y