From 3a77cd3d6a63ccedad850f47561c7b20c13df287 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 21 Feb 2022 08:04:08 +0000 Subject: [PATCH] drivers: power: exclude BSD components from build Unless ALLOW_BSD_COMPONENTS is enabled support will not be built Signed-off-by: Alin Jerpelea --- drivers/power/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index a34a4a9d209..493bcdcb826 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -381,6 +381,7 @@ config BQ2425X select I2C select I2C_BQ2425X depends on BATTERY_CHARGER + depends on ALLOW_BSD_COMPONENTS ---help--- The BQ24250/BQ24251 are battery charger for lithium-ion batteries.