summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:23:29 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:23:29 -0600
commit7f2be6c1f6dfb9b5fc7c5525735e765010c51db2 (patch)
tree8519ea1480c31dcb4c5125077e6dbecc6e9c28a5
parent2eeeb4f3d90beec079c1e758053e53acd9ed1e1b (diff)
USB: cleanup Kconfig options.
Patch to fix Bugzilla 745, 746, 747. USB: cleanup Kconfig options. - remove prompts from options in arch/arm/plat-mxc/Kconfig. these are auto-selected, and don't need to be visible to the user. - restore CONFIG_TRANSCEIVER_MXC_OTG back to the original CONFIG_ISP1504_MXC_OTG, since this is isp1504 specific, and add the hidden CONFIG_ISP1504_MXC_OTG to arch/arm/plat-mxc/Kconfig which is automatically selected instead of adding a user-visable option. - along with that, we can remove drivers/usb/otg/Kconfig, and its inclusion from drivers/usb/Kconfig - replace a bunch of _ARC_ names with _FSL_ names. Still needs more work. - fix misspellings, typos, etc. Applies to linux 2.6.22 kernel for MX platforms. http://www.bitshrine.org/gpp/linux-2.6.22-mx-USB-cleanup-Kconfig-options.patch
-rw-r--r--drivers/usb/otg/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig
deleted file mode 100644
index 20ccb828b740..000000000000
--- a/drivers/usb/otg/Kconfig
+++ /dev/null
@@ -1,5 +0,0 @@
-config TRANSCEIVER_MXC_OTG
- tristate "usb otg pin detect support"
- depends on (MC13783_MXC || ISP1504_MXC) && USB_GADGET && USB_EHCI_HCD && USB_OTG
- help
- Support for USB OTG PIN detect on MXC platforms.