mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
mfd: sl28cpld: Depend on I2C
Fixes the following randconfig build error: ld: drivers/mfd/simple-mfd-i2c.o: in function `simple_mfd_i2c_probe': simple-mfd-i2c.c:(.text+0x48): undefined reference to `__devm_regmap_init_i2c' ld: drivers/mfd/simple-mfd-i2c.o: in function `simple_mfd_i2c_driver_init': simple-mfd-i2c.c:(.init.text+0x14): undefined reference to `i2c_register_driver' ld: drivers/mfd/simple-mfd-i2c.o: in function `simple_mfd_i2c_driver_exit': simple-mfd-i2c.c:(.exit.text+0xd): undefined reference to `i2c_del_driver' Reported-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> # build-tested Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
1586d3a964
commit
328162a882
@ -1188,6 +1188,7 @@ config MFD_SIMPLE_MFD_I2C
|
||||
|
||||
config MFD_SL28CPLD
|
||||
tristate "Kontron sl28cpld Board Management Controller"
|
||||
depends on I2C
|
||||
select MFD_SIMPLE_MFD_I2C
|
||||
help
|
||||
Say yes here to enable support for the Kontron sl28cpld board
|
||||
|
Loading…
Reference in New Issue
Block a user