diff --git a/debian/changelog b/debian/changelog index 3f698e190..a900a1801 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/config/powerpc/config.powerpc64 b/debian/config/powerpc/config.powerpc64 index e23b1f2b9..2f9534789 100644 --- a/debian/config/powerpc/config.powerpc64 +++ b/debian/config/powerpc/config.powerpc64 @@ -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