diff options
author | David Lechner <david@lechnology.com> | 2017-01-05 23:33:47 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-01-09 07:31:09 -0500 |
commit | 2e7ee33615f75531ae83607e024babde724e3e94 (patch) | |
tree | bf62e34140f978d9e5cb123f212f38b6f3636dc1 | |
parent | b631436ec4af4c71937d533bc5cd27716b542c92 (diff) |
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>
-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 | |||
100 | # CONFIG_INPUT_MOUSE is not set | 100 | # CONFIG_INPUT_MOUSE is not set |
101 | CONFIG_INPUT_TOUCHSCREEN=y | 101 | CONFIG_INPUT_TOUCHSCREEN=y |
102 | CONFIG_INPUT_MISC=y | 102 | CONFIG_INPUT_MISC=y |
103 | CONFIG_INPUT_PWM_BEEPER=m | ||
103 | CONFIG_INPUT_DM355EVM=m | 104 | CONFIG_INPUT_DM355EVM=m |
104 | CONFIG_SERIO_LIBPS2=y | 105 | CONFIG_SERIO_LIBPS2=y |
105 | # CONFIG_VT_CONSOLE is not set | 106 | # CONFIG_VT_CONSOLE is not set |