Enable support for R-Car Gen4 PCIe controller and NVMe storage on Retronix R-Car V4H Sparrow Hawk board .
Signed-off-by: Marek Vasut <[email protected]> --- Cc: Casey Connolly <[email protected]> Cc: Christian Marangi <[email protected]> Cc: Daniel Schwierzeck <[email protected]> Cc: Jiaxun Yang <[email protected]> Cc: John Crispin <[email protected]> Cc: Kever Yang <[email protected]> Cc: Neil Armstrong <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]> Cc: Philipp Tomsich <[email protected]> Cc: Siddharth Vadapalli <[email protected]> Cc: Simon Glass <[email protected]> Cc: Sumit Garg <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] --- configs/r8a779g3_sparrowhawk_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/r8a779g3_sparrowhawk_defconfig b/configs/r8a779g3_sparrowhawk_defconfig index 7202828cd66..9aa8dc83317 100644 --- a/configs/r8a779g3_sparrowhawk_defconfig +++ b/configs/r8a779g3_sparrowhawk_defconfig @@ -24,7 +24,12 @@ CONFIG_CMD_REMOTEPROC=y CONFIG_GPIO_HOG=y CONFIG_REMOTEPROC_RENESAS_APMU=y CONFIG_BITBANGMII=y +CONFIG_CMD_PCI=y CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_NVME_PCI=y +CONFIG_PCI=y +CONFIG_PCI_RCAR_GEN4=y +CONFIG_PCI_REGION_MULTI_ENTRY=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_RENESAS_RAVB=y -- 2.47.2

