From a732f69f858dced41e2cdcf893a26e061fbb2917 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Tue, 28 Feb 2017 16:43:22 +0100 Subject: [PATCH] bcm53xx: enable CLK_BCM_NSP for kernel 4.9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is required to get booting kernel. Signed-off-by: Rafał Miłecki --- 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 136bca5de6..77492c88c6 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 -- 2.30.2