]> git.baikalelectronics.ru Git - kernel.git/commit
Input: iqs269a - add missing I2C dependency
authorJeff LaBundy <jeff@labundy.com>
Mon, 18 May 2020 18:32:18 +0000 (11:32 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 18 May 2020 18:34:00 +0000 (11:34 -0700)
commitcf47f9beaf3fcac887d4045a6470737791276857
tree79851d95b94600db0da68e2854cd58030059828c
parentb02f69339536de82401dd4ce7d75f9a95edcd4de
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: b2de5b48d16d ("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>
drivers/input/misc/Kconfig