From c31316cb6c5adeb3f6e92094d717faa375245822 Mon Sep 17 00:00:00 2001 From: Kevin Hao Date: Sat, 31 Jan 2015 21:47:44 +0800 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed