aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2019-04-23 03:30:58 +0000
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-04-23 03:42:54 +0000
commit841cb0f3e4ee06a86c0bafd79e3e8396db6e93f9 (patch)
tree50de8d463740ffd1716ba690a97417f6b7cddb12 /drivers
parentInput: sun4i-a10-lradc-keys - add support for A83T (diff)
downloadlinux-dev-841cb0f3e4ee06a86c0bafd79e3e8396db6e93f9.tar.xz
linux-dev-841cb0f3e4ee06a86c0bafd79e3e8396db6e93f9.zip
Input: olpc_apsp - depend on ARCH_MMP
The OLPC XO-1.75 and XO-4 are ARM-based laptops, using the Marvell MMP architecture, so don't present this driver on other architectures except for build-testing purposes. Signed-off-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Lubomir Rintel <lkundrak@v3.sk> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/serio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig
index c9c7224d5ae0..bfe436ccb046 100644
--- a/drivers/input/serio/Kconfig
+++ b/drivers/input/serio/Kconfig
@@ -254,6 +254,7 @@ config SERIO_APBPS2
config SERIO_OLPC_APSP
tristate "OLPC AP-SP input support"
+ depends on ARCH_MMP || COMPILE_TEST
help
Say Y here if you want support for the keyboard and touchpad included
in the OLPC XO-1.75 and XO-4 laptops.