diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-28 18:54:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-28 18:54:04 -0400 |
commit | b779b332d0e1ef68f40867948ae5526a3e925163 (patch) | |
tree | d2fc8bb455d696fbdb288055ce0a4f0cfcee31fd /drivers/misc/Kconfig | |
parent | a0cadc2777a71b1fde62e6417284b38e52128e88 (diff) | |
parent | 0f48285755991b73c14b6eeeee464590f490ac25 (diff) |
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6: (73 commits)
power: Revert "power_supply: Mark twl4030_charger as broken"
mfd: Fix a memory leak when unload mc13xxx-core module
mfd: Fix resource reclaim for max8998
mfd: Remove unneeded ret value checking for max8998 register updates
mfd: Add free max8998->ono irq in max8998_irq_exit()
mfd: Fix resource reclaim in pcf50633_remove()
omap4: pandaboard: fix up mmc card detect logic
mfd: Fix ezx_pcap_probe error path
mfd: Fix off-by-one value range checking for tps6507x
mfd: Remove __devinitdata from tc6393xb_mmc_resources
mfd: Add WM831x SPI support
mfd: Factor out WM831x I2C I/O from the core driver
mfd: Remove DEBUG defines from mc13xxx-core
mfd: Fix jz4740_adc_set_enabled
mfd: Add TPS658621C device ID
mfd: Fix twl-irq function declaration warnings
regulator: max8998 BUCK1/2 voltage change with use of GPIOs
mfd: Voltages and GPIOs platform_data definitions for max8998
regulator: max8998 BUCK1/2 internal voltages and indexes defined
mfd: Support for ICs compliant with max8998
...
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 39a2173b4e6c..4d073f1e4502 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -62,6 +62,15 @@ config ATMEL_PWM | |||
62 | purposes including software controlled power-efficient backlights | 62 | purposes including software controlled power-efficient backlights |
63 | on LCD displays, motor control, and waveform generation. | 63 | on LCD displays, motor control, and waveform generation. |
64 | 64 | ||
65 | config AB8500_PWM | ||
66 | bool "AB8500 PWM support" | ||
67 | depends on AB8500_CORE | ||
68 | select HAVE_PWM | ||
69 | help | ||
70 | This driver exports functions to enable/disble/config/free Pulse | ||
71 | Width Modulation in the Analog Baseband Chip AB8500. | ||
72 | It is used by led and backlight driver to control the intensity. | ||
73 | |||
65 | config ATMEL_TCLIB | 74 | config ATMEL_TCLIB |
66 | bool "Atmel AT32/AT91 Timer/Counter Library" | 75 | bool "Atmel AT32/AT91 Timer/Counter Library" |
67 | depends on (AVR32 || ARCH_AT91) | 76 | depends on (AVR32 || ARCH_AT91) |