[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1593443129-18766-2-git-send-email-Anson.Huang@nxp.com>
Date: Mon, 29 Jun 2020 23:05:28 +0800
From: Anson Huang <Anson.Huang@....com>
To: catalin.marinas@....com, will@...nel.org,
lorenzo.pieralisi@....com, robh@...nel.org, bhelgaas@...gle.com,
p.zabel@...gutronix.de, shawnguo@...nel.org,
s.hauer@...gutronix.de, kernel@...gutronix.de, festevam@...il.com,
bjorn.andersson@...aro.org, leoyang.li@....com, vkoul@...nel.org,
geert+renesas@...der.be, olof@...om.net, treding@...dia.com,
gustavo.pimentel@...opsys.com, amurray@...goodpenguin.co.uk,
vidyas@...dia.com, xiaowei.bao@....com, jonnyc@...zon.com,
hayashi.kunihiko@...ionext.com, eswara.kota@...ux.intel.com,
krzk@...nel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org
Cc: Linux-imx@....com
Subject: [PATCH V2 2/3] arm64: defconfig: Select CONFIG_RESET_IMX7 as module by default
i.MX7 reset driver now supports module build, it is no longer
enabled by default, need to select it explicitly.
Signed-off-by: Anson Huang <Anson.Huang@....com>
---
Changes since V1:
- use module build by default.
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 35f037f..454a1f2 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -909,6 +909,7 @@ CONFIG_PWM_SAMSUNG=y
CONFIG_PWM_SUN4I=m
CONFIG_PWM_TEGRA=m
CONFIG_QCOM_PDC=y
+CONFIG_RESET_IMX7=m
CONFIG_RESET_QCOM_AOSS=y
CONFIG_RESET_QCOM_PDC=m
CONFIG_RESET_TI_SCI=y
--
2.7.4
Powered by blists - more mailing lists