diff options
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index c8353570344..0f959d744e7 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -441,7 +441,7 @@ config INPUT_PCF8574 | |||
441 | 441 | ||
442 | config INPUT_PWM_BEEPER | 442 | config INPUT_PWM_BEEPER |
443 | tristate "PWM beeper support" | 443 | tristate "PWM beeper support" |
444 | depends on HAVE_PWM | 444 | depends on HAVE_PWM || PWM |
445 | help | 445 | help |
446 | Say Y here to get support for PWM based beeper devices. | 446 | Say Y here to get support for PWM based beeper devices. |
447 | 447 | ||