[kernel] r11052 - in dists/trunk/linux-2.6/debian: . config/powerpc

Bastian Blank waldi at alioth.debian.org
Sat Apr 5 20:42:50 UTC 2008


Author: waldi
Date: Sat Apr  5 20:42:49 2008
New Revision: 11052

Log:
* debian/changelog: Update.
* debian/config/powerpc/config.powerpc64: Support PA Semi based plattforms.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc64

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Apr  5 20:42:49 2008
@@ -86,6 +86,7 @@
   * Make NLS modular.
   * [i386/486] Make ext2 modular.
   * [alpha,amd64,i386] Make ATM modular.
+  * [powerpc/powerpc64] Support PA Semi based plattforms. (closes: #463200)
 
   [ Steve Langasek ]
   * topconfig: Enable CONFIG_CIFS_WEAK_PW_HASH, required for compatibility

Modified: dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc64
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc64	(original)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc64	Sat Apr  5 20:42:49 2008
@@ -28,6 +28,8 @@
 CONFIG_RTAS_FLASH=m
 # CONFIG_IBMEBUS is not set
 CONFIG_CPU_FREQ_PMAC64=y
+#. It's a bool
+CONFIG_PPC_PASEMI_CPUFREQ=y
 
 ##
 ## file: arch/powerpc/platforms/cell/Kconfig
@@ -64,7 +66,8 @@
 ##
 ## file: arch/powerpc/platforms/pasemi/Kconfig
 ##
-# CONFIG_PPC_PASEMI is not set
+CONFIG_PPC_PASEMI=y
+CONFIG_PPC_PASEMI_MDIO=m
 
 ##
 ## file: arch/powerpc/platforms/ps3/Kconfig
@@ -94,6 +97,17 @@
 CONFIG_HANGCHECK_TIMER=m
 
 ##
+## file: drivers/char/hw_random/Kconfig
+##
+CONFIG_HW_RANDOM=m
+CONFIG_HW_RANDOM_PASEMI=m
+
+##
+## file: drivers/i2c/busses/Kconfig
+##
+CONFIG_I2C_PASEMI=m
+
+##
 ## file: drivers/ide/Kconfig
 ##
 CONFIG_BLK_DEV_AMD74XX=m
@@ -112,6 +126,7 @@
 CONFIG_IBMVETH=m
 CONFIG_SPIDER_NET=m
 # CONFIG_MV643XX_ETH is not set
+CONFIG_PASEMI_MAC=m
 
 ##
 ## file: drivers/pci/hotplug/Kconfig



More information about the Kernel-svn-changes mailing list