Input: allow deselecting serio drivers even without CONFIG_EXPERT
authorTom Gundersen <teg@jklm.no>
Thu, 31 Oct 2013 07:38:30 +0000 (00:38 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Dec 2013 06:34:11 +0000 (22:34 -0800)
commit315a93764c1fa8bdbe9ab867d896a0d9478b54ed
tree5ce060100dac7938f98d2451e9fa32db0ad5eacb
parent30f2ae6300af96eab5c42726557442df96a40fe7
Input: allow deselecting serio drivers even without CONFIG_EXPERT

commit bcd2623073e98f69f84720308db0b142c4da0bd6 upstream.

There is plenty of consumer hardware (e.g., mac books) that does not use AT
keyboards or PS/2 mice. It therefore makes sense for distro kernels to
build the related drivers as modules to avoid loading them on hardware that
does not need them. As such, these options should no longer be protected by
EXPERT.

Moreover, building these drivers as modules gets rid of the following ugly
error during boot:

[    2.337745] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    3.439537] i8042: No controller found

Signed-off-by: Tom Gundersen <teg@jklm.no>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/keyboard/Kconfig
drivers/input/serio/Kconfig