diff options
author | Len Brown <len.brown@intel.com> | 2008-10-22 23:57:26 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-23 00:11:07 -0400 |
commit | 057316cc6a5b521b332a1d7ccc871cd60c904c74 (patch) | |
tree | 4333e608da237c73ff69b10878025cca96dcb4c8 /drivers/misc/Kconfig | |
parent | 3e2dab9a1c2deb03c311eb3f83466009147ed4d3 (diff) | |
parent | 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4 (diff) |
Merge branch 'linus' into test
Conflicts:
MAINTAINERS
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/acpi/sleep.c
drivers/acpi/Kconfig
drivers/pnp/Makefile
drivers/pnp/quirks.c
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 0ed74d076a27..9494400e8fd0 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -15,7 +15,7 @@ if MISC_DEVICES | |||
15 | 15 | ||
16 | config ATMEL_PWM | 16 | config ATMEL_PWM |
17 | tristate "Atmel AT32/AT91 PWM support" | 17 | tristate "Atmel AT32/AT91 PWM support" |
18 | depends on AVR32 || ARCH_AT91 | 18 | depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 |
19 | help | 19 | help |
20 | This option enables device driver support for the PWM channels | 20 | This option enables device driver support for the PWM channels |
21 | on certain Atmel prcoessors. Pulse Width Modulation is used for | 21 | on certain Atmel prcoessors. Pulse Width Modulation is used for |
@@ -421,6 +421,7 @@ config EEEPC_LAPTOP | |||
421 | depends on BACKLIGHT_CLASS_DEVICE | 421 | depends on BACKLIGHT_CLASS_DEVICE |
422 | depends on HWMON | 422 | depends on HWMON |
423 | depends on EXPERIMENTAL | 423 | depends on EXPERIMENTAL |
424 | depends on RFKILL | ||
424 | ---help--- | 425 | ---help--- |
425 | This driver supports the Fn-Fx keys on Eee PC laptops. | 426 | This driver supports the Fn-Fx keys on Eee PC laptops. |
426 | It also adds the ability to switch camera/wlan on/off. | 427 | It also adds the ability to switch camera/wlan on/off. |