mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
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:
parent
f6d7aa617f
commit
830b108533
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue