From: Paul Bolle Date: Sat, 12 Nov 2011 23:50:30 +0000 (+0100) Subject: powerpc/p3060qds: Fix select of 'MPC8xxx_GPIO' X-Git-Tag: v3.2-rc4~25^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92282524aee149de0014eef10a0771d1d19821f;p=pandora-kernel.git powerpc/p3060qds: Fix select of 'MPC8xxx_GPIO' The driver for the Freescale P3060 QDS got added by commit 96cc017c5b ("[...] Add support for P3060QDS board"). Its Kconfig entry selects MPC8xxx_GPIO. But at the time that driver got added MPC8xxx_GPIO was already renamed to GPIO_MPC8XXX, by commit c68308dd50c ("gpio: move mpc8xxx/512x gpio driver to drivers/gpio"). So make this driver select GPIO_MPC8XXX. Signed-off-by: Paul Bolle Acked-by: Wolfram Sang Signed-off-by: Kumar Gala --- Reading git-diff-tree failed