From 7535cdb0de0cc40c133f5f70e87af27c4ad43ac0 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Thu, 6 Jun 2019 11:28:10 +0930 Subject: linux-nuvoton: 5.1.7 stable update, NPCM EDAC driver Enable EDAC in the kernel configuration. George Hung (2): dt-binding: edac: add NPCM ECC documentation edac: npcm: Add Nuvoton NPCM7xx EDAC driver (From meta-nuvoton rev: 382bd93faee564833cce0670ec458d76db6dbde5) Change-Id: I1627b91fa4464063f15b7a49b54829809594b3d4 Signed-off-by: Joel Stanley Signed-off-by: Brad Bishop --- meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig | 4 ++++ meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'meta-nuvoton/recipes-kernel/linux') diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig index e5b6cdf43..207ec6691 100644 --- a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig +++ b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig @@ -99,7 +99,11 @@ CONFIG_USB_EDM_KBD_MOUSE=m CONFIG_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_NPCM750=y +CONFIG_EDAC=y +# CONFIG_EDAC_LEGACY_SYSFS is not set +CONFIG_EDAC_NPCM7XX=y CONFIG_IIO=y +CONFIG_RAS=y CONFIG_NPCM_ADC=y CONFIG_IIO_MUX=y CONFIG_MUX_MMIO=y diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb index 94828eb55..aaef9bca8 100644 --- a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb +++ b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-5.1" -LINUX_VERSION ?= "5.1.6" +LINUX_VERSION ?= "5.1.7" -SRCREV="2f501353091b588cea899285683b3cc2d8068eda" +SRCREV="a17b8ac585d7faa27799f425fa4326c7a1e7ae71" require linux-nuvoton.inc -- cgit v1.2.3