diff options
author | Tony Lindgren <tony@atomide.com> | 2017-02-17 06:51:17 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-02-28 08:38:10 -0800 |
commit | 0341735226dcfa9d3727ff001e030f879ab91ca2 (patch) | |
tree | e7222a79caf0e3498fbe6d9f20a43106ee8c657d /arch/arm/configs | |
parent | f5432f01240ef69a391940d623b6a51768aefd65 (diff) |
ARM: omap2plus_defconfig: Enable INPUT_MOUSEDEV as loadable modules
Otherwise mice won't be happy.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 195c98b85568..77ffccfd0c3f 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -188,6 +188,7 @@ CONFIG_WL12XX=m CONFIG_WL18XX=m CONFIG_WLCORE_SPI=m CONFIG_WLCORE_SDIO=m +CONFIG_INPUT_MOUSEDEV=m CONFIG_INPUT_JOYDEV=m CONFIG_INPUT_EVDEV=m CONFIG_KEYBOARD_ATKBD=m |