lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 21 Oct 2020 14:33:26 +0800
From:   peng.fan@....com
To:     catalin.marinas@....com, will@...nel.org, shawnguo@...nel.org
Cc:     michael@...le.cc, krzk@...nel.org, olof@...om.net,
        linux-kernel@...r.kernel.org, linux-imx@....com,
        festevam@...il.com, Peng Fan <peng.fan@....com>
Subject: [PATCH] arm64: defconfig: enable CONFIG_GPIO_MXC

From: Peng Fan <peng.fan@....com>

To i.MX8MP, always met "Waiting for root device /dev/mmcblk1p2...",
it is because the gpio driver not enabled. So enable CONFIG_GPIO_MXC
to make sure it could boot well.

Signed-off-by: Peng Fan <peng.fan@....com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 17a2df6a263e..5cfe3cf6f2ac 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -500,6 +500,7 @@ CONFIG_GPIO_ALTERA=m
 CONFIG_GPIO_DWAPB=y
 CONFIG_GPIO_MB86S7X=y
 CONFIG_GPIO_MPC8XXX=y
+CONFIG_GPIO_MXC=y
 CONFIG_GPIO_PL061=y
 CONFIG_GPIO_RCAR=y
 CONFIG_GPIO_UNIPHIER=y
-- 
2.28.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ