Updated from Linux LTS 3.10.23 to 3.10.24
This commit is contained in:
@@ -80,7 +80,7 @@ config INPUT_MATRIXKMAP
|
||||
comment "Userland interfaces"
|
||||
|
||||
config INPUT_MOUSEDEV
|
||||
tristate "Mouse interface" if EXPERT
|
||||
tristate "Mouse interface"
|
||||
default y
|
||||
help
|
||||
Say Y here if you want your mouse to be accessible as char devices
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Input core configuration
|
||||
#
|
||||
menuconfig INPUT_KEYBOARD
|
||||
bool "Keyboards" if EXPERT || !X86
|
||||
bool "Keyboards"
|
||||
default y
|
||||
help
|
||||
Say Y here, and a list of supported keyboards will be displayed.
|
||||
@@ -67,7 +67,7 @@ config KEYBOARD_ATARI
|
||||
module will be called atakbd.
|
||||
|
||||
config KEYBOARD_ATKBD
|
||||
tristate "AT keyboard" if EXPERT || !X86
|
||||
tristate "AT keyboard"
|
||||
default y
|
||||
select SERIO
|
||||
select SERIO_LIBPS2
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Input core configuration
|
||||
#
|
||||
config SERIO
|
||||
tristate "Serial I/O support" if EXPERT || !X86
|
||||
tristate "Serial I/O support"
|
||||
default y
|
||||
help
|
||||
Say Yes here if you have any input device that uses serial I/O to
|
||||
@@ -19,7 +19,7 @@ config SERIO
|
||||
if SERIO
|
||||
|
||||
config SERIO_I8042
|
||||
tristate "i8042 PC Keyboard controller" if EXPERT || !X86
|
||||
tristate "i8042 PC Keyboard controller"
|
||||
default y
|
||||
depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && \
|
||||
(!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390
|
||||
@@ -169,7 +169,7 @@ config SERIO_MACEPS2
|
||||
module will be called maceps2.
|
||||
|
||||
config SERIO_LIBPS2
|
||||
tristate "PS/2 driver library" if EXPERT
|
||||
tristate "PS/2 driver library"
|
||||
depends on SERIO_I8042 || SERIO_I8042=n
|
||||
help
|
||||
Say Y here if you are using a driver for device connected
|
||||
|
||||
Reference in New Issue
Block a user