OSDN Git Service

usb: kconfig: replace PPC_OF with PPC
authorKevin Hao <haokexin@gmail.com>
Sat, 31 Jan 2015 13:47:44 +0000 (21:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Feb 2015 23:28:32 +0000 (15:28 -0800)
commitc31316cb6c5adeb3f6e92094d717faa375245822
tree9e3175117ad928330109251b4793937179d2c920
parent518ca8d9326e258f4595bfe9bc7fc61f5c3636cb
usb: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig