[PATCH 3/5] arm64: defconfig: build gic-pm driver as module

From: Sameer Pujar
Date: Wed Mar 13 2019 - 07:03:03 EST


Following config/driver is enabled as module,
- ARM_GIC_PM (drivers/irqchip/irq-gic-pm.c)

Signed-off-by: Sameer Pujar <spujar@xxxxxxxxxx>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e9d514c..e919804 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -715,6 +715,7 @@ CONFIG_PWM_ROCKCHIP=y
CONFIG_PWM_SAMSUNG=y
CONFIG_PWM_SUN4I=m
CONFIG_PWM_TEGRA=m
+CONFIG_ARM_GIC_PM=m
CONFIG_RESET_TI_SCI=y
CONFIG_PHY_XGENE=y
CONFIG_PHY_SUN4I_USB=y
--
2.7.4