summaryrefslogtreecommitdiff
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>2026-01-06 14:27:05 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-07 16:14:11 +0100
commit830b10853396def4ce1fc03b33623bed01034ebf (patch)
tree0bc8b5523de91977bd06ae5e49eb3b8e503841a4 /drivers/usb/host
parentf6d7aa617f11b92d762a52dea63fa59c9de7e79a (diff)
USB: host: drop unneeded dependency on OF_GPIO
The fhci-hcd driver does not really depend on any symbols controlled by the OF_GPIO switch. It was probably added by accident so remove it. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Link: https://patch.msgid.link/20260106132706.45433-1-bartosz.golaszewski@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 11bc71013f0c..0a277a07cf70 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -604,7 +604,7 @@ config USB_UHCI_ASPEED
config USB_FHCI_HCD
tristate "Freescale QE USB Host Controller support"
- depends on OF_GPIO && QE_GPIO && QUICC_ENGINE
+ depends on QE_GPIO && QUICC_ENGINE
select FSL_GTM
select QE_USB
help