From: Jean Delvare Date: Tue, 23 Apr 2019 03:30:58 +0000 (+0000) Subject: Input: olpc_apsp - depend on ARCH_MMP X-Git-Tag: v5.2-rc1~79^2^2~9 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=841cb0f3e4ee06a86c0bafd79e3e8396db6e93f9;p=users%2Fjedix%2Flinux-maple.git 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 Reviewed-by: Lubomir Rintel Acked-by: Pavel Machek Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index c9c7224d5ae08..bfe436ccb046e 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.