]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: kconfig: replace PPC_OF with PPC
authorKevin Hao <haokexin@gmail.com>
Thu, 26 Feb 2015 12:08:21 +0000 (20:08 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 23 Mar 2015 13:13:41 +0000 (14:13 +0100)
commit5f2e097ce0894c0882577cebf44f4e1db01d9f98
treeb3b8079419f0e4ae30c79d1d84960b84977d9262
parentb580c52d58d92f1e054c8b4515cf0fa617a77a26
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 <haokexin@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig