Skip to content

Commit d0ac707

Browse files
jlabundydtor
authored andcommitted
Input: iqs269a - add missing I2C dependency
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 <[email protected]> Reported-by: kbuild test robot <[email protected]> Fixes: 04e4986 ("Input: add support for Azoteq IQS269A") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 918e284 commit d0ac707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/misc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ config INPUT_IMS_PCU
720720

721721
config INPUT_IQS269A
722722
tristate "Azoteq IQS269A capacitive touch controller"
723+
depends on I2C
723724
select REGMAP_I2C
724725
help
725726
Say Y to enable support for the Azoteq IQS269A capacitive

0 commit comments

Comments
 (0)