2012-08-07 09:10:51

by Chenhui Zhao

[permalink] [raw]
Subject: [PATCH] mpc85xx_defconfig: add VIA PATA support for MPC85xxCDS

Signed-off-by: Zhao Chenhui <[email protected]>
---
Replace this patch "mpc85xx_defconfig: add IDE support for MPC85xxCDS".

arch/powerpc/configs/mpc85xx_defconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/configs/mpc85xx_defconfig b/arch/powerpc/configs/mpc85xx_defconfig
index ae9d852..627c257 100644
--- a/arch/powerpc/configs/mpc85xx_defconfig
+++ b/arch/powerpc/configs/mpc85xx_defconfig
@@ -116,6 +116,7 @@ CONFIG_ATA=y
CONFIG_SATA_AHCI=y
CONFIG_SATA_FSL=y
CONFIG_PATA_ALI=y
+CONFIG_PATA_VIA=y
CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
CONFIG_FS_ENET=y
--
1.6.4.1


2012-08-10 12:59:44

by Kumar Gala

[permalink] [raw]
Subject: Re: [PATCH] mpc85xx_defconfig: add VIA PATA support for MPC85xxCDS


On Aug 7, 2012, at 4:12 AM, Zhao Chenhui wrote:

> Signed-off-by: Zhao Chenhui <[email protected]>
> ---
> Replace this patch "mpc85xx_defconfig: add IDE support for MPC85xxCDS".
>
> arch/powerpc/configs/mpc85xx_defconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)

applied to merge

- k