~ubuntu-branches/ubuntu/trusty/linux-linaro-u8500/trusty

« back to all changes in this revision

Viewing changes to drivers/mmc/host/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): John Rigby, Upstream Fixes, Andy Green, John Rigby
  • Date: 2011-04-14 12:16:06 UTC
  • Revision ID: james.westby@ubuntu.com-20110414121606-b77podkyqgr2oix7
Tags: 2.6.38-1002.3
[ Upstream Fixes ]

* MUSB: shutdown: Make sure block is awake before doing shutdown
  - LP: #745737
* Fixed gpio polarity of gpio USB-phy reset.
  - LP: #747639

[ Andy Green ]

* LINARO: SAUCE: disable CONFIG_OMAP_RESET_CLOCKS
  - LP: #752900

[ John Rigby ]

* Rebase to new upstreams:
  Linux v2.6.38.1
  linaro-linux-2.6.38-upstream-29Mar2011
  Ubuntu-2.6.38-7.35
* SAUCE: OMAP4: clock: wait for module to become accessible on
  a clk enable
  - LP: #745737
* Rebase to new upstreams:
  Linux v2.6.38.2
  linaro-linux-2.6.38-upstream-5Apr2011
  Ubuntu-2.6.38-8.41
  - LP: #732842
* Update configs for device tree, dvfs and lttng
* LINARO: add building of dtb's
* LINARO: SAUCE: Disable lowest operating freqs on omap34xx
  - LP: #732912

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
 
226
226
config MMC_OMAP_HS
227
227
        tristate "TI OMAP High Speed Multimedia Card Interface support"
228
 
        depends on ARCH_OMAP2430 || ARCH_OMAP3 || ARCH_OMAP4
 
228
        depends on SOC_OMAP2430 || ARCH_OMAP3 || ARCH_OMAP4
229
229
        help
230
230
          This selects the TI OMAP High Speed Multimedia card Interface.
231
231
          If you have an OMAP2430 or OMAP3 board or OMAP4 board with a
311
311
 
312
312
config MMC_MXC
313
313
        tristate "Freescale i.MX2/3 Multimedia Card Interface support"
314
 
        depends on ARCH_MXC
 
314
        depends on MACH_MX21 || MACH_MX27 || ARCH_MX31
315
315
        help
316
316
          This selects the Freescale i.MX2/3 Multimedia card Interface.
317
317
          If you have a i.MX platform with a Multimedia Card slot,
319
319
 
320
320
          If unsure, say N.
321
321
 
 
322
config MMC_MXS
 
323
        tristate "Freescale MXS Multimedia Card Interface support"
 
324
        depends on ARCH_MXS && MXS_DMA
 
325
        help
 
326
          This selects the Freescale SSP MMC controller found on MXS based
 
327
          platforms like mx23/28.
 
328
 
 
329
          If unsure, say N.
 
330
 
322
331
config MMC_TIFM_SD
323
332
        tristate "TI Flash Media MMC/SD Interface support  (EXPERIMENTAL)"
324
333
        depends on EXPERIMENTAL && PCI