Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: olpc_apsp - fix dependencies of OLPC AP-SP driver

I don't think the OLPC AP-SP driver is generally useful without OLPC
support. So make it depend on OLPC, unless build testing is enabled.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Jean Delvare and committed by
Dmitry Torokhov
915a1223 5fcd4d2c

+1 -1
+1 -1
drivers/input/serio/Kconfig
··· 263 263 264 264 config SERIO_OLPC_APSP 265 265 tristate "OLPC AP-SP input support" 266 - depends on OF 266 + depends on OLPC || COMPILE_TEST 267 267 help 268 268 Say Y here if you want support for the keyboard and touchpad included 269 269 in the OLPC XO-1.75 and XO-4 laptops.