From: Kevin Hao Date: Sat, 31 Jan 2015 13:47:40 +0000 (+0800) Subject: gpio: kconfig: replace PPC_OF with PPC X-Git-Tag: fixes-v4.0-rc1~140^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4a3529df40c4be163b3909942b16c6c46b9d03;p=pandora-kernel.git gpio: kconfig: replace PPC_OF with PPC The PPC_OF is a ppc specific option which is used to mean that the firmware device tree access functions are available. Since all the ppc platforms have a device tree, it is aways set to 'y' for ppc. So it makes no sense to keep a such option in the current kernel. Replace it with PPC. Signed-off-by: Kevin Hao Signed-off-by: Linus Walleij --- Reading git-diff-tree failed