Enable support for pine64-plus ethernet, watchdog, pmic and regulators in arm64_defconfig_5.4.
Signed-off-by: Vijai Kumar K <[email protected]> --- Changes in v2: - Consolidated pine64 config changes into arm64_defconfig_5.4 and removed the extra config. - Added entry in README recipes-kernel/linux/files/arm64_defconfig_5.4 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/files/arm64_defconfig_5.4 b/recipes-kernel/linux/files/arm64_defconfig_5.4 index ccfd7d7..a972ad6 100644 --- a/recipes-kernel/linux/files/arm64_defconfig_5.4 +++ b/recipes-kernel/linux/files/arm64_defconfig_5.4 @@ -125,7 +125,6 @@ CONFIG_PCIE_QCOM=y CONFIG_PCIE_ARMADA_8K=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y -# CONFIG_SUNXI_RSB is not set CONFIG_MTD=y CONFIG_MTD_BLOCK=y CONFIG_MTD_SPI_NOR=y @@ -166,6 +165,14 @@ CONFIG_SKY2=y CONFIG_RAVB=y CONFIG_SMC91X=y CONFIG_SMSC911X=y +CONFIG_STMMAC_ETH=y +# CONFIG_DWMAC_GENERIC is not set +# CONFIG_DWMAC_IPQ806X is not set +# CONFIG_DWMAC_MESON is not set +# CONFIG_DWMAC_QCOM_ETHQOS is not set +# CONFIG_DWMAC_ROCKCHIP is not set +# CONFIG_DWMAC_SOCFPGA is not set +# CONFIG_DWMAC_SUNXI is not set CONFIG_MDIO_BUS_MUX_MMIOREG=y CONFIG_MARVELL_PHY=y CONFIG_MARVELL_10G_PHY=y @@ -297,8 +304,10 @@ CONFIG_ARMADA_THERMAL=y CONFIG_EXYNOS_THERMAL=y CONFIG_WATCHDOG=y CONFIG_S3C2410_WATCHDOG=y +CONFIG_SUNXI_WATCHDOG=y CONFIG_RENESAS_WDT=y CONFIG_BCM2835_WDT=y +CONFIG_MFD_AXP20X_RSB=y CONFIG_MFD_HI655X_PMIC=y CONFIG_MFD_MAX77620=y CONFIG_MFD_SPMI_PMIC=y @@ -306,6 +315,7 @@ CONFIG_MFD_RK808=y CONFIG_MFD_SEC_CORE=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_REGULATOR_AXP20X=y CONFIG_REGULATOR_FAN53555=y CONFIG_REGULATOR_GPIO=y CONFIG_REGULATOR_HI655X=y -- 2.17.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20200214162440.27509-1-vijaikumar.kanagarajan%40gmail.com.
