From: Kevin Hao Date: Thu, 26 Feb 2015 12:08:21 +0000 (+0800) Subject: mmc: kconfig: replace PPC_OF with PPC X-Git-Tag: omap-for-v4.1/fixes-rc1~178^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f2e097ce0894c0882577cebf44f4e1db01d9f98;p=pandora-kernel.git mmc: 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: Ulf Hansson --- Reading git-diff-tree failed