Re: [PATCH 10/15] gpio: kconfig: replace PPC_OF with PPC

2015-02-04 Thread Linus Walleij
On Sat, Jan 31, 2015 at 2:47 PM, Kevin Hao wrote: > 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 opt

[PATCH 10/15] gpio: kconfig: replace PPC_OF with PPC

2015-01-31 Thread Kevin Hao
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-