diff options
author | David Lechner <david@lechnology.com> | 2017-01-06 07:33:47 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-01-09 15:31:09 +0300 |
commit | 2e7ee33615f75531ae83607e024babde724e3e94 (patch) | |
tree | bf62e34140f978d9e5cb123f212f38b6f3636dc1 /arch/arm/configs/davinci_all_defconfig | |
parent | b631436ec4af4c71937d533bc5cd27716b542c92 (diff) | |
download | linux-2e7ee33615f75531ae83607e024babde724e3e94.tar.xz |
ARM: davinci_all_defconfig: enable pwm-beeper
This enables the pwm-beeper module. This is used by the speaker on LEGO
MINDSTORMS EV3.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/configs/davinci_all_defconfig')
-rw-r--r-- | arch/arm/configs/davinci_all_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index ddb586a61dc8..64001f70d40e 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -100,6 +100,7 @@ CONFIG_KEYBOARD_XTKBD=m # CONFIG_INPUT_MOUSE is not set CONFIG_INPUT_TOUCHSCREEN=y CONFIG_INPUT_MISC=y +CONFIG_INPUT_PWM_BEEPER=m CONFIG_INPUT_DM355EVM=m CONFIG_SERIO_LIBPS2=y # CONFIG_VT_CONSOLE is not set |