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:36:28 +0000 (22:36 -0800)
commit4cdd9497f6ece54905d1df1d793b136c79123b09
treebbc7e2ab4d81fc6e8fec7d0c71f9e5dd8ef92f0d
parent2e8cb3339b9e52c4d8dcaca913412ebab5dae271
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