diff options
author | Kevin Hao <haokexin@gmail.com> | 2015-01-31 21:47:40 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-02-04 11:06:45 +0100 |
commit | 0a4a3529df40c4be163b3909942b16c6c46b9d03 (patch) | |
tree | 604b607267e7a144ce78199bf2905fe574623f9b /drivers/gpio | |
parent | 684bba2ff854c4a25727ee64f99b5bddcfa69777 (diff) |
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index ae5cb4d517c6..c1e2ca3d9a51 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -383,7 +383,7 @@ config GPIO_XGENE_SB config GPIO_XILINX tristate "Xilinx GPIO support" - depends on OF_GPIO && (PPC_OF || MICROBLAZE || ARCH_ZYNQ || X86) + depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86) help Say yes here to support the Xilinx FPGA GPIO device |