[3.11.y.z extended stable] Patch "powerpc/52xx: fix build breakage for MPC5200 LPBFIFO module" has been added to staging queue
Luis Henriques
luis.henriques at canonical.com
Thu Dec 5 11:27:16 UTC 2013
This is a note to let you know that I have just added a patch titled
powerpc/52xx: fix build breakage for MPC5200 LPBFIFO module
to the linux-3.11.y-queue branch of the 3.11.y.z extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.11.y-queue
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.11.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Luis
------
>From c9f12a77fa758ccb05daf6561e3e15301bcf6443 Mon Sep 17 00:00:00 2001
From: Anatolij Gustschin <agust at denx.de>
Date: Wed, 16 Oct 2013 13:11:27 +0200
Subject: powerpc/52xx: fix build breakage for MPC5200 LPBFIFO module
commit 2bf75084f6d9f9a91ba6e30a501ff070d8a1acf6 upstream.
The MPC5200 LPBFIFO driver requires the bestcomm module to be
enabled, otherwise building will fail. Fix it.
Reported-by: Wolfgang Denk <wd at denx.de>
Signed-off-by: Anatolij Gustschin <agust at denx.de>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
arch/powerpc/platforms/52xx/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig
index 90f4496..af54174 100644
--- a/arch/powerpc/platforms/52xx/Kconfig
+++ b/arch/powerpc/platforms/52xx/Kconfig
@@ -57,5 +57,5 @@ config PPC_MPC5200_BUGFIX
config PPC_MPC5200_LPBFIFO
tristate "MPC5200 LocalPlus bus FIFO driver"
- depends on PPC_MPC52xx
+ depends on PPC_MPC52xx && PPC_BESTCOMM
select PPC_BESTCOMM_GEN_BD
--
1.8.3.2
More information about the kernel-team
mailing list