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

« back to all changes in this revision

Viewing changes to drivers/mfd/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:
129
129
          To compile this driver as a module, choose M here: the
130
130
          module will be called ucb1400_core.
131
131
 
 
132
config TPS6105X
 
133
        tristate "TPS61050/61052 Boost Converters"
 
134
        depends on I2C
 
135
        select REGULATOR
 
136
        select REGULATOR_FIXED_VOLTAGE
 
137
        help
 
138
          This option enables a driver for the TP61050/TPS61052
 
139
          high-power "white LED driver". This boost converter is
 
140
          sometimes used for other things than white LEDs, and
 
141
          also contains a GPIO pin.
 
142
 
132
143
config TPS65010
133
144
        tristate "TPS6501x Power Management chips"
134
145
        depends on I2C && GPIOLIB
178
189
          high speed USB OTG transceiver, an audio codec (on most
179
190
          versions) and many other features.
180
191
 
 
192
config TWL4030_MADC
 
193
        tristate "Texas Instruments TWL4030 MADC"
 
194
        depends on TWL4030_CORE
 
195
        help
 
196
        This driver provides support for triton TWL4030-MADC. The
 
197
        driver supports both RT and SW conversion methods.
 
198
 
 
199
        This driver can be built as a module. If so it will be
 
200
        named twl4030-madc
 
201
 
181
202
config TWL4030_POWER
182
203
        bool "Support power resources on TWL4030 family chips"
183
204
        depends on TWL4030_CORE && ARM
304
325
          accessing the device, additional drivers must be enabled in order
305
326
          to use the functionality of the device.
306
327
 
 
328
config MFD_MAX8997
 
329
        bool "Maxim Semiconductor MAX8997/8966 PMIC Support"
 
330
        depends on I2C=y && GENERIC_HARDIRQS
 
331
        select MFD_CORE
 
332
        help
 
333
          Say yes here to support for Maxim Semiconductor MAX8998/8966.
 
334
          This is a Power Management IC with RTC, Flash, Fuel Gauge, Haptic,
 
335
          MUIC controls on chip.
 
336
          This driver provides common support for accessing the device;
 
337
          additional drivers must be enabled in order to use the functionality
 
338
          of the device.
 
339
 
307
340
config MFD_MAX8998
308
341
        bool "Maxim Semiconductor MAX8998/National LP3974 PMIC Support"
309
342
        depends on I2C=y && GENERIC_HARDIRQS
534
567
         Select this option if you want debug information using the debug
535
568
         filesystem, debugfs.
536
569
 
 
570
config AB8500_GPADC
 
571
        bool "AB8500 GPADC driver"
 
572
        depends on AB8500_CORE && REGULATOR_AB8500
 
573
        default y
 
574
        help
 
575
          AB8500 GPADC driver used to convert Acc and battery/ac/usb voltage
 
576
 
537
577
config AB3550_CORE
538
578
        bool "ST-Ericsson AB3550 Mixed Signal Circuit core functions"
539
579
        select MFD_CORE
635
675
          driver connects the radio-wl1273 V4L2 module and the wl1273
636
676
          audio codec.
637
677
 
 
678
config MFD_OMAP_USB_HOST
 
679
        bool "Support OMAP USBHS core driver"
 
680
        depends on USB_EHCI_HCD_OMAP || USB_OHCI_HCD_OMAP3
 
681
        default y
 
682
        help
 
683
          This is the core driver for the OAMP EHCI and OHCI drivers.
 
684
          This MFD driver does the required setup functionalities for
 
685
          OMAP USB Host drivers.
 
686
 
638
687
endif # MFD_SUPPORT
639
688
 
640
689
menu "Multimedia Capabilities Port drivers"