]> git.baikalelectronics.ru Git - kernel.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)
commitaac7e83722299cde55e5f77de23ae31b2631f56a
treeb3b8079419f0e4ae30c79d1d84960b84977d9262
parenteaf189a5b4c4b16677ea34fa6cdd02fbe50a6a19
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