From 271f7ef7e3768d607e2ca9e1fa4e5bac0697281e Mon Sep 17 00:00:00 2001 From: Pavan Naregundi <92989231+pavannaregundi@users.noreply.github.com> Date: Thu, 30 Nov 2023 04:47:03 +0530 Subject: [PATCH] arm64: Kconfig inclusions to fix PCI hang and MTD detection (#358) * arm64: Select CONFIG_PHY_MVEBU_CP110_COMPHY This patch selects CONFIG_PHY_MVEBU_CP110_COMPHY with 'y' to fix a PCI hang. Change-Id: I07fd3c30d039a9d57063afb30a9c188280d8b8f9 Signed-off-by: Pavan Naregundi * arm64: Select CONFIG_SPI_ORION This patch selects CONFIG_SPI_ORION with 'm' to fix mtd partition detection issue. Change-Id: I261ef857b6f1a15643f41c120fe3855c7f34b060 Signed-off-by: Pavan Naregundi --------- Signed-off-by: Pavan Naregundi --- patch/kconfig-inclusions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patch/kconfig-inclusions b/patch/kconfig-inclusions index c63c387d2..6da6b3fdb 100644 --- a/patch/kconfig-inclusions +++ b/patch/kconfig-inclusions @@ -151,6 +151,8 @@ CONFIG_MTD_NAND_ECC_SW_BCH=y CONFIG_MTD_NAND_MARVELL=m CONFIG_SENSORS_EMC2305=m CONFIG_KEXEC_FILE=y +CONFIG_PHY_MVEBU_CP110_COMPHY=y +CONFIG_SPI_ORION=m [marvell-arm64] CONFIG_MARVELL_AC5_WATCHDOG=m