diff options
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. |