commit | d0f8d2ae216e0956473015d1c33425151780a785 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Mar 09 11:39:55 2022 -0800 |
committer | William A. Kennington III <wak@google.com> | Wed Mar 09 11:40:03 2022 -0800 |
tree | 61a8329bd48195bc69db6b6457a3c1f841b0f397 | |
parent | 285f1fceb51904617a77b543f8070e0387e2b75b [diff] |
linux: npcm7xx: Add missing reset controller This is required for many of the internal devices to function correctly. Change-Id: Ia289955c5afd729f4612ba510e1691e2f7a46774 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/recipes-kernel/linux/files/npcm7xx.cfg b/recipes-kernel/linux/files/npcm7xx.cfg index ca429ce..f7d1425 100644 --- a/recipes-kernel/linux/files/npcm7xx.cfg +++ b/recipes-kernel/linux/files/npcm7xx.cfg
@@ -26,3 +26,5 @@ CONFIG_EDAC=y CONFIG_EDAC_NPCM7XX=y CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y +CONFIG_RESET_CONTROLLER=y +CONFIG_RESET_NPCM=y