Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB_DWCOTG: Disable building dwc_otg as a module #2265

Merged
merged 1 commit into from
Nov 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ config USB_HWA_HCD
will be called "hwa-hc".

config USB_DWCOTG
tristate "Synopsis DWC host support"
bool "Synopsis DWC host support"
depends on USB && (FIQ || ARM64)
help
The Synopsis DWC controller is a dual-role
Expand All @@ -772,9 +772,6 @@ config USB_DWCOTG
Enable this option to support this IP in host controller mode.
If unsure, say N.

To compile this driver as a module, choose M here: the
modules built will be called dwc_otg and dwc_common_port.

config USB_IMX21_HCD
tristate "i.MX21 HCD support"
depends on ARM && ARCH_MXC
Expand Down