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>
This commit is contained in:
Bartosz Golaszewski 2026-01-06 14:27:05 +01:00 committed by Greg Kroah-Hartman
parent f6d7aa617f
commit 830b108533

View file

@ -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