From: Ethan Zhao Date: Fri, 16 Jun 2017 07:29:58 +0000 (+0900) Subject: uek-config: disable CONFIG_MOUSE_PS2_VMMOUSE for ol6 X-Git-Tag: v4.1.12-105.0.20170622_2100~37 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d58e33fa90d737f963cbc8e0b97c4eb370d12dac;p=users%2Fjedix%2Flinux-maple.git uek-config: disable CONFIG_MOUSE_PS2_VMMOUSE for ol6 Orabug: 26264650 Because ol6 doesn't support secure boot and enabling this item also causes mouse malfuntion while running ol6 as VMware guest. So disable it in ol6 configuration Signed-off-by: Ethan Zhao Reviewed-by: Jack Vogel --- diff --git a/uek-rpm/ol6/config-x86_64 b/uek-rpm/ol6/config-x86_64 index 82ce3c613c44..81ab01da3f51 100644 --- a/uek-rpm/ol6/config-x86_64 +++ b/uek-rpm/ol6/config-x86_64 @@ -2960,7 +2960,7 @@ CONFIG_MOUSE_PS2_ELANTECH=y CONFIG_MOUSE_PS2_SENTELIC=y # CONFIG_MOUSE_PS2_TOUCHKIT is not set CONFIG_MOUSE_PS2_FOCALTECH=y -CONFIG_MOUSE_PS2_VMMOUSE=y +# CONFIG_MOUSE_PS2_VMMOUSE is not set CONFIG_MOUSE_SERIAL=m CONFIG_MOUSE_APPLETOUCH=m CONFIG_MOUSE_BCM5974=m diff --git a/uek-rpm/ol6/config-x86_64-debug b/uek-rpm/ol6/config-x86_64-debug index 7d489e6184e2..2a007e029750 100644 --- a/uek-rpm/ol6/config-x86_64-debug +++ b/uek-rpm/ol6/config-x86_64-debug @@ -2944,7 +2944,7 @@ CONFIG_MOUSE_PS2_ELANTECH=y CONFIG_MOUSE_PS2_SENTELIC=y # CONFIG_MOUSE_PS2_TOUCHKIT is not set CONFIG_MOUSE_PS2_FOCALTECH=y -CONFIG_MOUSE_PS2_VMMOUSE=y +# CONFIG_MOUSE_PS2_VMMOUSE is not set CONFIG_MOUSE_SERIAL=m CONFIG_MOUSE_APPLETOUCH=m CONFIG_MOUSE_BCM5974=m