]> Git Repo - linux.git/commitdiff
extcon: fsa9480: Fix Kconfig warning and build errors
authorRandy Dunlap <[email protected]>
Wed, 26 Jun 2019 01:10:40 +0000 (18:10 -0700)
committerChanwoo Choi <[email protected]>
Wed, 26 Jun 2019 08:27:39 +0000 (17:27 +0900)
Fix Kconfig dependency warning and subsequent build errors caused by
the Kconfig entry for EXTCON-FSA9480.  It should not select
REGMAP_I2C unless I2C is already set/enabled.

WARNING: unmet direct dependencies detected for REGMAP_I2C
  Depends on [n]: I2C [=n]
  Selected by [y]:
  - EXTCON_FSA9480 [=y] && EXTCON [=y] && INPUT [=y]

Signed-off-by: Randy Dunlap <[email protected]>
[cw00.choi: adjust the patch title and remove the long warning messages]
Signed-off-by: Chanwoo Choi <[email protected]>
drivers/extcon/Kconfig

index 8aa83c6274a03fcf9bdd2a18e06d0dfbd3dac88e..fa1804460e8cb171d9f44793eeee76a2eb3315d3 100644 (file)
@@ -39,7 +39,7 @@ config EXTCON_AXP288
 
 config EXTCON_FSA9480
        tristate "FSA9480 EXTCON Support"
-       depends on INPUT
+       depends on INPUT && I2C
        select IRQ_DOMAIN
        select REGMAP_I2C
        help
This page took 0.05628 seconds and 4 git commands to generate.