]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
fbdev: kconfig: replace PPC_OF with PPC
authorKevin Hao <haokexin@gmail.com>
Thu, 12 Mar 2015 12:32:49 +0000 (20:32 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Mar 2015 09:04:32 +0000 (20:04 +1100)
commitf915b51c79d1620efa6862d14d8cbd60c699b19b
tree3affd6387bade18acb8d1a471b1c03f32c890820
parent45ae00a50dbea917e3f06b30ba5fb8110be2402b
fbdev: 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>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/video/fbdev/Kconfig