MAX8973 regulator driver uses the GPIO APIs for accessing the control signal connected to its pin from host processor.
Make this driver depends on GPIOLIB. Signed-off-by: Laxman Dewangan <[email protected]> --- drivers/regulator/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index a6f116a..a74ca4e 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -364,6 +364,7 @@ config REGULATOR_MAX8952 config REGULATOR_MAX8973 tristate "Maxim MAX8973 voltage regulator " depends on I2C + depends on GPIOLIB select REGMAP_I2C help The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

