diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2020-11-24 09:33:12 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-25 19:33:27 +0100 |
commit | 225ef3a3e8f48154ca7a4cfe44d3b576aff2f860 (patch) | |
tree | 98bc8a8d695a7fbd0864a1f7580124e1d147ac42 /arch | |
parent | 7e8af057bd9b3d76bd343794e71c20e8dd462372 (diff) | |
download | linux-225ef3a3e8f48154ca7a4cfe44d3b576aff2f860.tar.gz linux-225ef3a3e8f48154ca7a4cfe44d3b576aff2f860.tar.bz2 linux-225ef3a3e8f48154ca7a4cfe44d3b576aff2f860.zip |
ARM: multi_v7_defconfig: make Samsung Exynos EHCI driver a module
Exynos EHCI driver is compiled as kernel built-in, but it requires Samsung
USB2 Generic PHY driver to operate properly, which is compiled as module.
Make the Exynos EHCI driver also a module, because having it built-in
makes no sense. Exynos OHCI, which also uses that PHY driver, is already
compiled as a module.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/20201124083312.12356-1-m.szyprowski@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index a33a0b8eda20..95943da93bd3 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -773,7 +773,7 @@ CONFIG_USB_XHCI_TEGRA=m CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_HCD_STI=y CONFIG_USB_EHCI_TEGRA=y -CONFIG_USB_EHCI_EXYNOS=y +CONFIG_USB_EHCI_EXYNOS=m CONFIG_USB_EHCI_MV=m CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_HCD_STI=y |