Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248870
b: refs/heads/master
c: 1376d92
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed May 13, 2011
1 parent 303403a commit d803c44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5c8a86e10a7c164f44537fabdc169fd8b4e7a440
refs/heads/master: 1376d92f9e14209e8c0d549ed143edc70ba6dbb7
20 changes: 10 additions & 10 deletions trunk/drivers/usb/musb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config USB_MUSB_HDRC
select TWL4030_USB if MACH_OMAP_3430SDP
select TWL6030_USB if MACH_OMAP_4430SDP || MACH_OMAP4_PANDA
select USB_OTG_UTILS
bool 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)'
tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)'
help
Say Y here if your system has a dual role high speed USB
controller based on the Mentor Graphics silicon IP. Then
Expand All @@ -30,39 +30,39 @@ config USB_MUSB_HDRC

If you do not know what this is, please say N.

# To compile this driver as a module, choose M here; the
# module will be called "musb-hdrc".
To compile this driver as a module, choose M here; the
module will be called "musb-hdrc".

choice
prompt "Platform Glue Layer"
depends on USB_MUSB_HDRC

config USB_MUSB_DAVINCI
bool "DaVinci"
tristate "DaVinci"
depends on ARCH_DAVINCI_DMx

config USB_MUSB_DA8XX
bool "DA8xx/OMAP-L1x"
tristate "DA8xx/OMAP-L1x"
depends on ARCH_DAVINCI_DA8XX

config USB_MUSB_TUSB6010
bool "TUSB6010"
tristate "TUSB6010"
depends on ARCH_OMAP

config USB_MUSB_OMAP2PLUS
bool "OMAP2430 and onwards"
tristate "OMAP2430 and onwards"
depends on ARCH_OMAP2PLUS

config USB_MUSB_AM35X
bool "AM35x"
tristate "AM35x"
depends on ARCH_OMAP

config USB_MUSB_BLACKFIN
bool "Blackfin"
tristate "Blackfin"
depends on (BF54x && !BF544) || (BF52x && ! BF522 && !BF523)

config USB_MUSB_UX500
bool "U8500 and U5500"
tristate "U8500 and U5500"
depends on (ARCH_U8500 && AB8500_USB) || (ARCH_U5500)

endchoice
Expand Down

0 comments on commit d803c44

Please sign in to comment.