]> err.no Git - linux-2.6/commitdiff
ehci-fsl: add PPC_MPC837x to default y
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Thu, 21 Feb 2008 20:30:58 +0000 (23:30 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Feb 2008 23:38:56 +0000 (15:38 -0800)
This patch converts USB_EHCI_FSL config option into the verbose
bool, so we'll able to select it for other freescale processors
with built-in EHCI controller.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/Kconfig

index 2dd05441481c94cfd9a084f1adca62b0ef1db1f7..bf8be2a41a4a79de02ac9507d3621f8d4b3a9c8b 100644 (file)
@@ -69,10 +69,9 @@ config USB_EHCI_BIG_ENDIAN_DESC
        default y
 
 config USB_EHCI_FSL
-       bool
-       depends on USB_EHCI_HCD
+       bool "Support for Freescale on-chip EHCI USB controller"
+       depends on USB_EHCI_HCD && FSL_SOC
        select USB_EHCI_ROOT_HUB_TT
-       default y if PPC_MPC834x || PPC_MPC831x
        ---help---
          Variation of ARC USB block used in some Freescale chips.