diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-29 09:54:08 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-29 13:14:51 -0300 |
commit | 8b8182cebd44d40618a048465ed367ee27a3f476 (patch) | |
tree | 7b527548bc44279207b4783084625f76baa3ac41 | |
parent | e78842fca63ae9967e04cdb10c7152f26699f2f0 (diff) | |
download | meta-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.inc | 2 |
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 | ||
14 | XSERVER = "xserver-xorg-lite \ | 14 | XSERVER = "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 |