From: Lubomir Rintel Date: Thu, 15 Nov 2018 19:09:26 +0000 (-0800) Subject: Input: olpc_apsp - drop CONFIG_OLPC dependency X-Git-Tag: v5.0-rc1~50^2^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76d97b0f9c73e651f0691d63872dd7ad00d04256;p=thirdparty%2Fkernel%2Flinux.git Input: olpc_apsp - drop CONFIG_OLPC dependency CONFIG_OLPC is specific to the x86 platform code, while the driver is for an ARM-based laptop. Signed-off-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 ca4530eb33786..5daec8e988c65 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig @@ -254,7 +254,6 @@ config SERIO_APBPS2 config SERIO_OLPC_APSP tristate "OLPC AP-SP input support" - depends on OLPC || 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.