Home
last modified time | relevance | path

Searched hist:"0937 fbb7abeb165ef0ac6a56a3a6f041eca6dbde" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/extcon/
H A DKconfigdiff 0937fbb7abeb165ef0ac6a56a3a6f041eca6dbde Wed Jun 26 03:10:40 CEST 2019 Randy Dunlap <rdunlap@infradead.org> extcon: fsa9480: Fix Kconfig warning and build errors

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 <rdunlap@infradead.org>
[cw00.choi: adjust the patch title and remove the long warning messages]
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>