Home
last modified time | relevance | path

Searched hist:"0 a4a3529df40c4be163b3909942b16c6c46b9d03" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
H A DKconfigdiff 0a4a3529df40c4be163b3909942b16c6c46b9d03 Sat Jan 31 14:47:40 CET 2015 Kevin Hao <haokexin@gmail.com> 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>