diff mbox series

[v2,4/4] arm64: defconfig: Enable MediaTek DRAMC common driver

Message ID 1618565538-6972-5-git-send-email-pk.chi@mediatek.com
State New
Headers show
Series [v2,1/4] dt-bindings: memory: Add binding for MediaTek DRAM Controller | expand

Commit Message

Po-Kai Chi April 16, 2021, 9:32 a.m. UTC
This commit enables MediaTek DRAMC common driver to be built
as a module by default for the ARM64 builds.

Signed-off-by: Po-Kai Chi <pk.chi@mediatek.com>
---
 arch/arm64/configs/defconfig |    1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski May 4, 2021, 2:06 p.m. UTC | #1
On 16/04/2021 05:32, Po-Kai Chi wrote:
> This commit enables MediaTek DRAMC common driver to be built

> as a module by default for the ARM64 builds.


Don't write "This commit".
https://elixir.bootlin.com/linux/latest/source/Documentation/process/submitting-patches.rst#L89

Please read entire doc above.

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d612f63..49d7464 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1163,3 +1163,4 @@  CONFIG_DEBUG_KERNEL=y
 # CONFIG_DEBUG_PREEMPT is not set
 # CONFIG_FTRACE is not set
 CONFIG_MEMTEST=y
+CONFIG_MTK_DRAMC=m