aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-10-10 03:42:47 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-11 19:56:00 -0400
commit29824c167bead38986d5e8d33008680c62478777 (patch)
treed4b9d00706dd3892528f6a4e718d432afa158693 /drivers/usb/host/Kconfig
parent57ae1605c0f511bca212787d28d79a3f82c0a7f9 (diff)
USB: host: Rename ehci-s5p to ehci-exynos
Currently, Samsung is using 'EXYNOS' as the name of Samsung SoCs. Thus, ehci-exynos is preferred than ehci-s5p. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 70cb1a94beff..80e72fba01f4 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -203,12 +203,11 @@ config USB_EHCI_SH
203 Enables support for the on-chip EHCI controller on the SuperH. 203 Enables support for the on-chip EHCI controller on the SuperH.
204 If you use the PCI EHCI controller, this option is not necessary. 204 If you use the PCI EHCI controller, this option is not necessary.
205 205
206config USB_EHCI_S5P 206config USB_EHCI_EXYNOS
207 tristate "EHCI support for Samsung S5P/EXYNOS SoC Series" 207 tristate "EHCI support for Samsung S5P/EXYNOS SoC Series"
208 depends on PLAT_S5P || ARCH_EXYNOS 208 depends on PLAT_S5P || ARCH_EXYNOS
209 help 209 help
210 Enable support for the Samsung S5Pxxxx and Exynos3/4/5 SOC's 210 Enable support for the Samsung Exynos SOC's on-chip EHCI controller.
211 on-chip EHCI controller.
212 211
213config USB_EHCI_MV 212config USB_EHCI_MV
214 bool "EHCI support for Marvell PXA/MMP USB controller" 213 bool "EHCI support for Marvell PXA/MMP USB controller"