]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: kconfig: replace PPC_OF with PPC
authorKevin Hao <haokexin@gmail.com>
Sat, 31 Jan 2015 13:47:40 +0000 (21:47 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Feb 2015 10:06:45 +0000 (11:06 +0100)
commiteb8278c2745b2231d68419314fc5f75bb1852b1e
tree604b607267e7a144ce78199bf2905fe574623f9b
parent82dc941f1f6fc0dbd02d4f8bf6eea32fc040b2c9
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 <haokexin@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig