Skip to content

Commit

Permalink
powerpc/52xx: fix build breakage for MPC5200 LPBFIFO module
Browse files Browse the repository at this point in the history
The MPC5200 LPBFIFO driver requires the bestcomm module to be
enabled, otherwise building will fail. Fix it.

Cc: <stable@vger.kernel.org> # 3.10+
Reported-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
  • Loading branch information
vdsao committed Oct 30, 2013
1 parent 509a02d commit 2bf7508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/52xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2bf7508

Please sign in to comment.