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 a726f3b01a6b..efd3aa08b88b 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 |
@@ -409,6 +409,7 @@ config EEEPC_LAPTOP | |||
409 | depends on BACKLIGHT_CLASS_DEVICE | 409 | depends on BACKLIGHT_CLASS_DEVICE |
410 | depends on HWMON | 410 | depends on HWMON |
411 | depends on EXPERIMENTAL | 411 | depends on EXPERIMENTAL |
412 | depends on RFKILL | ||
412 | ---help--- | 413 | ---help--- |
413 | This driver supports the Fn-Fx keys on Eee PC laptops. | 414 | This driver supports the Fn-Fx keys on Eee PC laptops. |
414 | It also adds the ability to switch camera/wlan on/off. | 415 | It also adds the ability to switch camera/wlan on/off. |