[source] bcm53xx: enable CLK_BCM_NSP for kernel 4.9
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 28 07:44:24 PST 2017
rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/a732f69f858dced41e2cdcf893a26e061fbb2917
commit a732f69f858dced41e2cdcf893a26e061fbb2917
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Tue Feb 28 16:43:22 2017 +0100
bcm53xx: enable CLK_BCM_NSP for kernel 4.9
This is required to get booting kernel.
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
target/linux/bcm53xx/config-4.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/bcm53xx/config-4.9 b/target/linux/bcm53xx/config-4.9
index 136bca5..77492c8 100644
--- a/target/linux/bcm53xx/config-4.9
+++ b/target/linux/bcm53xx/config-4.9
@@ -78,7 +78,7 @@ CONFIG_CLKSRC_MMIO=y
CONFIG_CLKSRC_OF=y
CONFIG_CLKSRC_PROBE=y
# CONFIG_CLK_BCM_NS2 is not set
-# CONFIG_CLK_BCM_NSP is not set
+CONFIG_CLK_BCM_NSP=y
CONFIG_CLONE_BACKWARDS=y
CONFIG_COMMON_CLK=y
CONFIG_COMMON_CLK_IPROC=y
More information about the lede-commits
mailing list