diff options
author | Kevin Hao <haokexin@gmail.com> | 2015-01-31 08:47:42 -0500 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-02-05 23:01:10 -0500 |
commit | be802bf955a1aa9b92b71395405899ce076eca6e (patch) | |
tree | cb7c85ea7c2bcce9955f62433650b26322cb1f3e | |
parent | d79ee72b8ac37f30a2218fec8c2ba9618c306302 (diff) |
mtd: 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: Brian Norris <computersforpeace@gmail.com>
-rw-r--r-- | drivers/mtd/nand/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 7d0150d20432..ceade0448025 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -421,7 +421,7 @@ config MTD_NAND_ORION | |||
421 | 421 | ||
422 | config MTD_NAND_FSL_ELBC | 422 | config MTD_NAND_FSL_ELBC |
423 | tristate "NAND support for Freescale eLBC controllers" | 423 | tristate "NAND support for Freescale eLBC controllers" |
424 | depends on PPC_OF | 424 | depends on PPC |
425 | select FSL_LBC | 425 | select FSL_LBC |
426 | help | 426 | help |
427 | Various Freescale chips, including the 8313, include a NAND Flash | 427 | Various Freescale chips, including the 8313, include a NAND Flash |