public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>, linux-input@vger.kernel.org
Cc: AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@collabora.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Input: mtk-pmic-keys - allow compiling with COMPILE_TEST
Date: Tue, 24 May 2022 09:09:17 +0200	[thread overview]
Message-ID: <87zgj7e7aa.fsf@baylibre.com> (raw)
In-Reply-To: <YowG7BVsJTNd0ELi@google.com>

On lun., mai 23, 2022 at 15:13, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:

> There are no hard architecture dependencies in the driver, so to improve
> compile test coverage let's enable the driver when COMPILE_TEST is
> selected.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

> ---
>  drivers/input/keyboard/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
> index 4ea79db8f134..a20ee693b22b 100644
> --- a/drivers/input/keyboard/Kconfig
> +++ b/drivers/input/keyboard/Kconfig
> @@ -795,7 +795,7 @@ config KEYBOARD_MT6779
>  
>  config KEYBOARD_MTK_PMIC
>  	tristate "MediaTek PMIC keys support"
> -	depends on MFD_MT6397
> +	depends on MFD_MT6397 || COMPILE_TEST
>  	help
>  	  Say Y here if you want to use the pmic keys (powerkey/homekey).
>  
> -- 
> 2.36.1.124.g0e6072fb45-goog
>
>
> -- 
> Dmitry

      reply	other threads:[~2022-05-24  7:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-23 22:13 [PATCH] Input: mtk-pmic-keys - allow compiling with COMPILE_TEST Dmitry Torokhov
2022-05-24  7:09 ` Mattijs Korpershoek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zgj7e7aa.fsf@baylibre.com \
    --to=mkorpershoek@baylibre.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox