]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mtd: kconfig: replace PPC_OF with PPC
authorKevin Hao <haokexin@gmail.com>
Sat, 31 Jan 2015 13:47:42 +0000 (21:47 +0800)
committerBrian Norris <computersforpeace@gmail.com>
Fri, 6 Feb 2015 04:01:10 +0000 (20:01 -0800)
commitbe802bf955a1aa9b92b71395405899ce076eca6e
treecb7c85ea7c2bcce9955f62433650b26322cb1f3e
parentd79ee72b8ac37f30a2218fec8c2ba9618c306302
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>
drivers/mtd/nand/Kconfig