* debian/changelog: Update.

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

svn path=/dists/trunk/linux-2.6/; revision=11052
This commit is contained in:
Bastian Blank 2008-04-05 20:42:49 +00:00
parent b32b15cd98
commit 7032e42697
2 changed files with 17 additions and 1 deletions

1
debian/changelog vendored
View File

@ -86,6 +86,7 @@ linux-2.6 (2.6.25~rc8-1~experimental.1) UNRELEASED; urgency=low
* 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

View File

@ -28,6 +28,8 @@ CONFIG_RTAS_PROC=y
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 @@ CONFIG_PPC_MAPLE=y
##
## 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
@ -93,6 +96,17 @@ CONFIG_HVCS=m
# CONFIG_GEN_RTC is not set
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
##
@ -112,6 +126,7 @@ CONFIG_WINDFARM_PM112=m
CONFIG_IBMVETH=m
CONFIG_SPIDER_NET=m
# CONFIG_MV643XX_ETH is not set
CONFIG_PASEMI_MAC=m
##
## file: drivers/pci/hotplug/Kconfig