Re: [PATCH] [USB POWERPC] ehci-fsl: add PPC_MPC837x to default y
From: Scott Wood <hidden>
Date: 2008-02-21 20:09:01
Kumar Gala wrote:
On Feb 21, 2008, at 1:50 PM, Anton Vorontsov wrote:quoted
Without this patch it's impossible to select ehci-fsl on PPC_MPC837x. Another option would be to convert USB_EHCI_FSL to verbose bool, but I presume EHCI_FSL is purposely made silent. Signed-off-by: Anton Vorontsov <redacted> --- drivers/usb/host/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index d97b16b..33da056 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig@@ -72,7 +72,7 @@ config USB_EHCI_FSLbool depends on USB_EHCI_HCD select USB_EHCI_ROOT_HUB_TT - default y if MPC834x || PPC_MPC831x + default y if MPC834x || PPC_MPC831x || PPC_MPC837xCan we just change this to FSL_SOC
Why do you want to bloat all freescale kernels, even on chips that don't have this hardware? There are very few cases where default y is justified. This isn't one of them. -Scott