summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-04-29 09:54:08 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-04-29 13:14:51 -0300
commit8b8182cebd44d40618a048465ed367ee27a3f476 (patch)
tree7b527548bc44279207b4783084625f76baa3ac41
parente78842fca63ae9967e04cdb10c7152f26699f2f0 (diff)
downloadmeta-fsl-arm-8b8182cebd44d40618a048465ed367ee27a3f476.tar.gz
imx-base.inc: drop mouse and keyboard drivers provided by evdev nowadays
X11 uses evdev for keyboard and mouse support so we can drop the unused drivers for now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index ef825d5..cb9a564 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -13,8 +13,6 @@ UBOOT_SUFFIX_mx6 = "imx"
13 13
14XSERVER = "xserver-xorg-lite \ 14XSERVER = "xserver-xorg-lite \
15 xf86-input-evdev \ 15 xf86-input-evdev \
16 xf86-input-keyboard \
17 xf86-input-mouse \
18 xf86-video-imxfb" 16 xf86-video-imxfb"
19 17
20# Ship kernel modules 18# Ship kernel modules