diff options
author | Gary King <gking@nvidia.com> | 2009-12-14 21:09:10 -0800 |
---|---|---|
committer | Gary King <gking@nvidia.com> | 2009-12-15 18:43:29 -0800 |
commit | 6f87d1ad5bbd63823c879bbca78e3d220a6e8053 (patch) | |
tree | 763f6fe2ba438df5268c3c1b57ac3cf68cd6eee8 /drivers | |
parent | 1080209218de57079e13995c6ea2550ae30deff3 (diff) |
usb: fix typo in Tegra gadget dependencies
USB_TEGRA was incorrectly dependent on USB_GADGET_TAGRA, should have been
USB_GADGET_TEGRA
Change-Id: I0f04140ab1237bf85c1b254259fb49d535801fb5
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 5d177fe0c8f4..5b32f35ba44b 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -463,7 +463,7 @@ config USB_GOKU config USB_GADGET_TEGRA boolean "NVIDIA Tegra USB Device Port" depends on ARCH_TEGRA - select USB_GADGET_TEGRA + select USB_GADGET_DUALSPEED help Enables USB device functionality using the internal USB controller on NVIDIA Tegra SoCs @@ -474,7 +474,7 @@ config USB_GADGET_TEGRA config USB_TEGRA tristate - depends on USB_GADGET_TAGRA + depends on USB_GADGET_TEGRA default USB_GADGET select USB_GADGET_SELECTED |