Disable KEYBOARD_ATKBD, MOUSE_PS2, SERIO_I8042 on octeon as it causes problems on some machines and completely useless.

svn path=/dists/sid/linux/; revision=22014
This commit is contained in:
Aurelien Jarno 2014-10-31 23:11:31 +00:00
parent b4909cc915
commit 96dd8f0b76
2 changed files with 9 additions and 3 deletions

3
debian/changelog vendored
View File

@ -184,7 +184,8 @@ linux (3.16.7-1) UNRELEASED; urgency=medium
#764223. #764223.
* [mips*/octeon] Add support for the UBNT E200 board (EdgeRouter/EdgeRouter * [mips*/octeon] Add support for the UBNT E200 board (EdgeRouter/EdgeRouter
Pro 8 port). Pro 8 port).
* [mips*/octeon] Enable SERIAL_8250_DW. * [mips*/octeon] Enable SERIAL_8250_DW. Disable KEYBOARD_ATKBD, MOUSE_PS2,
SERIO_I8042.
-- Ben Hutchings <ben@decadent.org.uk> Sat, 11 Oct 2014 21:41:58 +0100 -- Ben Hutchings <ben@decadent.org.uk> Sat, 11 Oct 2014 21:41:58 +0100

View File

@ -53,13 +53,18 @@ CONFIG_I2C_OCTEON=y
## file: drivers/input/keyboard/Kconfig ## file: drivers/input/keyboard/Kconfig
## ##
CONFIG_INPUT_KEYBOARD=y CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_ATKBD is not set
## ##
## file: drivers/input/mouse/Kconfig ## file: drivers/input/mouse/Kconfig
## ##
CONFIG_INPUT_MOUSE=y CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y # CONFIG_MOUSE_PS2 is not set
##
## file: drivers/input/serio/Kconfig
##
# CONFIG_SERIO_I8042 is not set
## ##
## file: drivers/input/touchscreen/Kconfig ## file: drivers/input/touchscreen/Kconfig