* [PATCH] Input: iqs269a - add missing I2C dependency
@ 2020-05-18 13:44 Jeff LaBundy
2020-05-18 18:32 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Jeff LaBundy @ 2020-05-18 13:44 UTC (permalink / raw)
To: dmitry.torokhov; +Cc: linux-input, Jeff LaBundy
If CONFIG_INPUT_IQS269A is selected yet CONFIG_I2C is not, the build
fails. To solve this problem, add I2C as a dependency.
Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Reported-by: kbuild test robot <lkp@intel.com>
Fixes: 04e49867fad1 ("Input: add support for Azoteq IQS269A")
---
drivers/input/misc/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 943cf69..362e8a0 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -720,6 +720,7 @@ config INPUT_IMS_PCU
config INPUT_IQS269A
tristate "Azoteq IQS269A capacitive touch controller"
+ depends on I2C
select REGMAP_I2C
help
Say Y to enable support for the Azoteq IQS269A capacitive
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Input: iqs269a - add missing I2C dependency
2020-05-18 13:44 [PATCH] Input: iqs269a - add missing I2C dependency Jeff LaBundy
@ 2020-05-18 18:32 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2020-05-18 18:32 UTC (permalink / raw)
To: Jeff LaBundy; +Cc: linux-input
On Mon, May 18, 2020 at 08:44:26AM -0500, Jeff LaBundy wrote:
> If CONFIG_INPUT_IQS269A is selected yet CONFIG_I2C is not, the build
> fails. To solve this problem, add I2C as a dependency.
>
> Signed-off-by: Jeff LaBundy <jeff@labundy.com>
> Reported-by: kbuild test robot <lkp@intel.com>
> Fixes: 04e49867fad1 ("Input: add support for Azoteq IQS269A")
Applied, thank you.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-18 18:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-18 13:44 [PATCH] Input: iqs269a - add missing I2C dependency Jeff LaBundy
2020-05-18 18:32 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).