summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorAvi Fishman <AviFishman70@gmail.com>2018-06-20 09:33:04 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-25 21:59:15 +0800
commitdf44831ee2dde0d61f17ca86069f2c992c0dae95 (patch)
tree3a928152bbda0b895f257adf1e9dbaf2fa47620b /drivers/usb/host/Kconfig
parentcae2bc768d176bfbdad7035bbcc3cdc973eb7984 (diff)
downloadtalos-op-linux-df44831ee2dde0d61f17ca86069f2c992c0dae95.tar.gz
talos-op-linux-df44831ee2dde0d61f17ca86069f2c992c0dae95.zip
USB host: Add USB ehci support for nuvoton npcm7xx platform
This patch adds support for ehci controller for the Nuvoton npcm7xx platform. Most of the code was taken from ehci-spear.c + specific initialization code Signed-off-by: Avi Fishman <AviFishman70@gmail.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 6e64d3a64dbb..1a4ea98cac2a 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -192,6 +192,14 @@ config USB_EHCI_MXC
---help---
Variation of ARC USB block used in some Freescale chips.
+config USB_EHCI_HCD_NPCM7XX
+ tristate "Support for Nuvoton NPCM7XX on-chip EHCI USB controller"
+ depends on (USB_EHCI_HCD && ARCH_NPCM7XX) || COMPILE_TEST
+ default y if (USB_EHCI_HCD && ARCH_NPCM7XX)
+ help
+ Enables support for the on-chip EHCI controller on
+ Nuvoton NPCM7XX chips.
+
config USB_EHCI_HCD_OMAP
tristate "EHCI support for OMAP3 and later chips"
depends on ARCH_OMAP
OpenPOWER on IntegriCloud