Re: [PATCH] regulator: rt4801: Select REGMAP_I2C to fix build error

2020-08-19 Thread Mark Brown
On Wed, 19 Aug 2020 16:59:59 +0800, Axel Lin wrote: > Fix build error when CONFIG_REGMAP_I2C is not set. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regulator: rt4801: Select REGMAP_I2C to fix build error commit:

[PATCH] regulator: rt4801: Select REGMAP_I2C to fix build error

2020-08-19 Thread Axel Lin
Fix build error when CONFIG_REGMAP_I2C is not set. Signed-off-by: Axel Lin --- drivers/regulator/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index ebce11cbab44..f719ed5a8c33 100644 --- a/drivers/regulator/Kconfig +++