]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fix typo in drivers/usb/musb/Kconfig
authorFelipe Balbi <felipe.lima@indt.org.br>
Mon, 19 Nov 2007 01:45:29 +0000 (03:45 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 23 Nov 2007 21:01:57 +0000 (13:01 -0800)
We don't have ARCH_OMAP343X. Change to ARCH_OMAP34XX

Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/Kconfig

index 2e030b9546366597d3f98250e23a7b435af855be..c795b0168d3ac21aff48c58cf2124bddb9026ed7 100644 (file)
@@ -30,7 +30,7 @@ config USB_MUSB_SOC
        depends on USB_MUSB_HDRC
        default y if ARCH_DAVINCI
        default y if ARCH_OMAP2430
-       default y if ARCH_OMAP343X
+       default y if ARCH_OMAP34XX
        help
          Use a static <asm/arch/hdrc_cnf.h> file to describe how the
          controller is configured (endpoints, mechanisms, etc) on the
@@ -43,7 +43,7 @@ comment "OMAP 243x high speed USB support"
        depends on USB_MUSB_HDRC && ARCH_OMAP2430
 
 comment "OMAP 343x high speed USB support"
-       depends on USB_MUSB_HDRC && ARCH_OMAP343X
+       depends on USB_MUSB_HDRC && ARCH_OMAP34XX
 
 config USB_TUSB6010
        boolean "TUSB 6010 support"
@@ -145,7 +145,7 @@ config MUSB_PIO_ONLY
 config USB_INVENTRA_DMA
        bool
        depends on USB_MUSB_HDRC && !MUSB_PIO_ONLY
-       default ARCH_OMAP2430 || ARCH_OMAP343X
+       default ARCH_OMAP2430 || ARCH_OMAP34XX
        help
          Enable DMA transfers using Mentor's engine.