mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
leds: aw2013: Select missing dependency REGMAP_I2C
The AW2013 driver uses devm_regmap_init_i2c, so REGMAP_I2C needs to
be selected.
Otherwise build process may fail with:
ld: drivers/leds/leds-aw2013.o: in function `aw2013_probe':
leds-aw2013.c:345: undefined reference to `__devm_regmap_init_i2c'
Signed-off-by: Dang Huynh <danct12@riseup.net>
Acked-by: Nikita Travkin <nikita@trvn.ru>
Fixes: 59ea3c9faf
("leds: add aw2013 driver")
Link: https://lore.kernel.org/r/20231103114203.1108922-1-danct12@riseup.net
Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
ec95a68dad
commit
75469bb053
@ -110,6 +110,7 @@ config LEDS_AW200XX
|
|||||||
config LEDS_AW2013
|
config LEDS_AW2013
|
||||||
tristate "LED support for Awinic AW2013"
|
tristate "LED support for Awinic AW2013"
|
||||||
depends on LEDS_CLASS && I2C && OF
|
depends on LEDS_CLASS && I2C && OF
|
||||||
|
select REGMAP_I2C
|
||||||
help
|
help
|
||||||
This option enables support for the AW2013 3-channel
|
This option enables support for the AW2013 3-channel
|
||||||
LED driver.
|
LED driver.
|
||||||
|
Loading…
Reference in New Issue
Block a user