Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <jeff@labundy.com>
Reported-by: kbuild test robot <lkp@intel.com>
Fixes: 04e49867fad1 ("Input: add support for Azoteq IQS269A")
Link: https://lore.kernel.org/r/1589809466-22748-1-git-send-email-jeff@labundy.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Jeff LaBundy and committed by
Dmitry Torokhov
d0ac7079 918e2844

+1
+1
drivers/input/misc/Kconfig
··· 720 720 721 721 config INPUT_IQS269A 722 722 tristate "Azoteq IQS269A capacitive touch controller" 723 + depends on I2C 723 724 select REGMAP_I2C 724 725 help 725 726 Say Y to enable support for the Azoteq IQS269A capacitive