From patchwork Tue Jan 2 19:16:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matteo Croce X-Patchwork-Id: 10141251 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E7A76601A1 for ; Tue, 2 Jan 2018 19:16:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D492F28639 for ; Tue, 2 Jan 2018 19:16:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C844D28DFA; Tue, 2 Jan 2018 19:16:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 62E7828639 for ; Tue, 2 Jan 2018 19:16:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751074AbeABTQM (ORCPT ); Tue, 2 Jan 2018 14:16:12 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:32976 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750800AbeABTQM (ORCPT ); Tue, 2 Jan 2018 14:16:12 -0500 Received: by mail-wr0-f196.google.com with SMTP id v21so38741952wrc.0 for ; Tue, 02 Jan 2018 11:16:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=DEuR9eoCNO9uvIuTFit4uXoatPs2+rmJrTa45P5w1Fc=; b=tb6BBvKzxp9EXzdI6S+KAz9whPELQIVZ9DqYQNZXgiyv4NxFQCew0bMWeLlCr/pnw2 Q35D5W8H473fh2i0jsr2+0++9956ATkbKJORpAf3bHwT5MNj7yFJsGWv41S27205fcsu Nm8pzVday0XQRAUC8I4h29poVqmWlB8ALzHuv/arWS4TAFGu7+Aeb7masetSWCGt3/qW 9/EXxn8Up4X+4RIqJWtArsADociyCKEK+/eQhycmB0MzRO6Bj6FGkEK33cqUP+s4XlVM rx2cW3YfV/Bk605UknpekVh75cvZa8oeI8rk9cpEEluKg2qzbIIAVOFbY7rUjT2OUiz4 p/ZQ== X-Gm-Message-State: AKGB3mIp1EdnU2Tv2zv9+bP3rA5TIle7+OHtN81Jgg4zGr25m0mJAE9C NsNOO9JyUqFhJ0dOsxNvBu3jLQ== X-Google-Smtp-Source: ACJfBosqn++pAgfF1RlGhzOcVvJDSV2qK41zBsnp4c8jq1TWCt1AYG3cOQ1NTs8nbdn1j4Ke9CKMsQ== X-Received: by 10.223.135.10 with SMTP id a10mr30871790wra.236.1514920571019; Tue, 02 Jan 2018 11:16:11 -0800 (PST) Received: from mcroce.redhat.com (host12-202-dynamic.60-82-r.retail.telecomitalia.it. [82.60.202.12]) by smtp.gmail.com with ESMTPSA id z59sm58008486wrc.31.2018.01.02.11.16.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 02 Jan 2018 11:16:10 -0800 (PST) From: Matteo Croce To: Dmitry Torokhov , linux-input@vger.kernel.org Cc: Andrew Duggan Subject: [PATCH] synaptics: fix rmi4 bus dependencies Date: Tue, 2 Jan 2018 20:16:09 +0100 Message-Id: <20180102191609.21460-1-mcroce@redhat.com> X-Mailer: git-send-email 2.14.3 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Make MOUSE_PS2_SYNAPTICS_SMBUS select MOUSE_PS2_SYNAPTICS because if the latter is disabled the detection and switching code isn't being run. Signed-off-by: Matteo Croce --- drivers/input/mouse/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 89ebb8f39fee..77a0bcb611a4 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig @@ -83,6 +83,7 @@ config MOUSE_PS2_SYNAPTICS_SMBUS default y depends on MOUSE_PS2 depends on I2C=y || I2C=MOUSE_PS2 + select MOUSE_PS2_SYNAPTICS select MOUSE_PS2_SMBUS help Say Y here if you have a Synaptics RMI4 touchpad connected to