diff --git a/architecture/powerpc/kernel.conf.m4 b/architecture/powerpc/kernel.conf.m4
index 181ef7a29..0b7d92ecf 100644
--- a/architecture/powerpc/kernel.conf.m4
+++ b/architecture/powerpc/kernel.conf.m4
@@ -30,17 +30,26 @@ include(`kernel-net.conf')
 include(`kernel-fs.conf')
 
 dnl macs need an FB
+dnl
 CONFIG_FB_RIVA=y
 CONFIG_FB_MATROX=m
 CONFIG_FB_ATY=y
 CONFIG_FB_RADEON=y
 
+dnl AGP and DRM
+dnl
+CONFIG_AGP=y
+CONFIG_DRM_UNINORTH=m
+CONFIG_DRM=y
+
 dnl power management
+dnl
 CONFIG_PMAC_PBOOK=y
 CONFIG_PMAC_BACKLIGHT=y
 CONFIG_PMAC_APM_EMU=y
 
 # for 2.6 kernels
+dnl
 CONFIG_TAU=y
 
 CONFIG_CPU_FREQ=y
@@ -52,10 +61,12 @@ CONFIG_PMU_HD_BLINK=y
 # CONFIG_MAC_ADBKEYCODES is not set
 
 dnl make sure old OSS modules are build (ALSA does not yet work correct)
+dnl
 CONFIG_DMASOUND_PMAC=m
 CONFIG_DMASOUND=m
 
 dnl some network teaks (the GMAC is obsoleted by SUNGEM)
+dnl
 # CONFIG_GMAC is not set
 CONFIG_SUNGEM=y
 
diff --git a/architecture/share/kernel-common.conf b/architecture/share/kernel-common.conf
index 3bcbc0991..abb8caad5 100644
--- a/architecture/share/kernel-common.conf
+++ b/architecture/share/kernel-common.conf
@@ -96,7 +96,11 @@ dnl we use the seperate linux driver package from XFree86)
 dnl
 # CONFIG_DRM is not set
 
-dnl The 2.6 kernel has several debuggin options enabled
+dnl Other useful stuff
+dnl
+CONFIG_RTC=y
+
+dnl The 2.6 kernel has several debugging options enabled
 dnl
 # CONFIG_FRAME_POINTER is not set