From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752088AbbKIXfa (ORCPT ); Mon, 9 Nov 2015 18:35:30 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:34901 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750863AbbKIXf2 (ORCPT ); Mon, 9 Nov 2015 18:35:28 -0500 Date: Mon, 9 Nov 2015 15:35:25 -0800 From: Dmitry Torokhov To: Andrew Duggan Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij , Benjamin Tissoires , Christopher Heiny , Stephen Chandler Paul Subject: Re: [PATCH 20/26] Input: synaptics-rmi4: Create common functions for 2D sensors Message-ID: <20151109233525.GH9155@dtor-ws> References: <1446766925-31123-1-git-send-email-aduggan@synaptics.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446766925-31123-1-git-send-email-aduggan@synaptics.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 05, 2015 at 03:42:05PM -0800, Andrew Duggan wrote: > +config RMI4_2D_SENSOR > + bool "RMI4 2D Sensors" Should this be a hidden option that is selected by RMI4_F11 and RMI4_F12 instead? Thanks. > + depends on RMI4_CORE > + default y if RMI4_CORE > + help > + Say Y here if you want to add support for 2D Sensors. > + > + Provides core functionality for 2D multifinger pointing for > + touchscreens and touchpads using RMI4 functions 11 and 12. This > + feature is needed is the device contains either F11 or F12. > + > config RMI4_F11 > bool "RMI4 Function 11 (2D pointing)" -- Dmitry