Skip to content

Commit 271f7ef

Browse files
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 <pnaregundi@marvell.com> * 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 <pnaregundi@marvell.com> --------- Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
1 parent 4e87b80 commit 271f7ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

patch/kconfig-inclusions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ CONFIG_MTD_NAND_ECC_SW_BCH=y
151151
CONFIG_MTD_NAND_MARVELL=m
152152
CONFIG_SENSORS_EMC2305=m
153153
CONFIG_KEXEC_FILE=y
154+
CONFIG_PHY_MVEBU_CP110_COMPHY=y
155+
CONFIG_SPI_ORION=m
154156

155157
[marvell-arm64]
156158
CONFIG_MARVELL_AC5_WATCHDOG=m

0 commit comments

Comments
 (0)