mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
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: 04e49867fa
("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>
This commit is contained in:
parent
918e2844d9
commit
d0ac7079d5
@ -720,6 +720,7 @@ config INPUT_IMS_PCU
|
|||||||
|
|
||||||
config INPUT_IQS269A
|
config INPUT_IQS269A
|
||||||
tristate "Azoteq IQS269A capacitive touch controller"
|
tristate "Azoteq IQS269A capacitive touch controller"
|
||||||
|
depends on I2C
|
||||||
select REGMAP_I2C
|
select REGMAP_I2C
|
||||||
help
|
help
|
||||||
Say Y to enable support for the Azoteq IQS269A capacitive
|
Say Y to enable support for the Azoteq IQS269A capacitive
|
||||||
|
Loading…
Reference in New Issue
Block a user