Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71c421db authored by Jesper Dangaard Brouer's avatar Jesper Dangaard Brouer Committed by Greg Kroah-Hartman
Browse files

usb: correct trivial typo in drivers/usb/host/Kconfig



Correct "Enbale" -> "Enable", in the desc for USB_HCD_BCMA
and USB_HCD_SSB.

Signed-off-by: default avatarJesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7e54e978
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -652,7 +652,7 @@ config USB_HCD_BCMA
	select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
	select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
	select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
	select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
	help
	help
	  Enbale support for the EHCI and OCHI host controller on an bcma bus.
	  Enable support for the EHCI and OCHI host controller on an bcma bus.
	  It converts the bcma driver into two platform device drivers
	  It converts the bcma driver into two platform device drivers
	  for ehci and ohci.
	  for ehci and ohci.


@@ -664,7 +664,7 @@ config USB_HCD_SSB
	select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
	select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
	select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
	select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
	help
	help
	  Enbale support for the EHCI and OCHI host controller on an bcma bus.
	  Enable support for the EHCI and OCHI host controller on an bcma bus.
	  It converts the bcma driver into two platform device drivers
	  It converts the bcma driver into two platform device drivers
	  for ehci and ohci.
	  for ehci and ohci.